From: <on...@us...> - 2002-09-05 05:23:19
|
Update of /cvsroot/xoops/xoops-current/html/modules/newbb/class In directory usw-pr-cvs1:/tmp/cvs-serv10567 Modified Files: class.forumposts.php Log Message: no message Index: class.forumposts.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/modules/newbb/class/class.forumposts.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** class.forumposts.php 23 Aug 2002 06:32:13 -0000 1.5 --- class.forumposts.php 5 Sep 2002 05:23:15 -0000 1.6 *************** *** 274,278 **** } } ! if ( $this->istopic ) { $sql = "DELETE FROM ".$this->db->prefix("bb_topics")." WHERE topic_id =".$this->topic_id.""; if ( !$result = $this->db->query($sql) ) { --- 274,278 ---- } } ! if ( $this->istopic() == true ) { $sql = "DELETE FROM ".$this->db->prefix("bb_topics")." WHERE topic_id =".$this->topic_id.""; if ( !$result = $this->db->query($sql) ) { |