can someoen please verify theses instructions for or is that a mistake here what is says
**Search for the string "DELETE FROM searchindex" - around line 827
**and change this line:
$DB_site->query("DELETE FROM searchindex WHERE postid=$getfirstpost[postid]");
**to:
//$DB_site->query("DELETE FROM searchindex WHERE postid=$getfirstpost[postid]");
the last line which starts with // is that correct ? or should it start with $
|