From: <ok...@us...> - 2003-01-07 21:33:36
|
Update of /cvsroot/xoops/xoops2/modules/news/class In directory sc8-pr-cvs1:/tmp/cvs-serv14503/modules/news/class Modified Files: class.newsstory.php Log Message: added global comments feature Index: class.newsstory.php =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/news/class/class.newsstory.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** class.newsstory.php 2 Jan 2003 19:32:36 -0000 1.1 --- class.newsstory.php 7 Jan 2003 21:32:29 -0000 1.2 *************** *** 40,44 **** $this->db =& Database::getInstance(); $this->table = $this->db->prefix("stories"); - $this->commentstable = $this->db->prefix("comments"); $this->topicstable = $this->db->prefix("topics"); if (is_array($storyid)) { --- 40,43 ---- |