From: Eloi G. <ada...@us...> - 2004-07-19 22:21:02
|
Update of /cvsroot/phpwebsite-comm/modules/article/inc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3598/inc Modified Files: AM_view_news.php Log Message: 2.4 Release Files Index: AM_view_news.php =================================================================== RCS file: /cvsroot/phpwebsite-comm/modules/article/inc/AM_view_news.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** AM_view_news.php 2 Jul 2004 22:36:14 -0000 1.3 --- AM_view_news.php 19 Jul 2004 22:20:49 -0000 1.4 *************** *** 53,57 **** /* Retrieve all article listings for this page */ $sql = 'SELECT * FROM ' . $this->sql_article_table ! . ' WHERE id IN ('.$data.')'. $filter.$this->news_filter['order']); if(!$result = $GLOBALS['core']->query($sql)) return; --- 53,57 ---- /* Retrieve all article listings for this page */ $sql = 'SELECT * FROM ' . $this->sql_article_table ! . ' WHERE id IN ('.$data.')'. $filter.$this->news_filter['order']; if(!$result = $GLOBALS['core']->query($sql)) return; |