No need to worry, although thank you very much for pointing out.
the msgid in the thread table is not actually used. So it does not cause any problem at all. You can safely comment this section out. I have got a new version ready to be uploaded including an optional "X-No-Archive" header honouring. Allan will love this.
I am thinking of getting rid of this field altogether. Saving a field or index is always a good thing.
(by the way, the error is inherited from the original script

)
Quote:
Originally Posted by himerus
Lierduh,
PHP Code:
if (!$isreply){
$DB_site->query("UPDATE " . TABLE_PREFIX . "thread
SET msgid = '<".addslashes($msgid).">',
prefix = '".$prefix[$newthread['forumid']]."'");
}
|