--- index.php 2000/12/21 14:41:23 1.4 +++ index.php 2000/12/21 15:05:43 1.5 @@ -149,7 +149,7 @@ //----- end of inserts/updates... -if (($what=="reply" || $what="show") && isset($t)) { +if (($what=="reply" || $what=="show") && isset($t)) { $sql_where=" and topics.id=$t"; }