Note: this list is kept only as a demonstration for CVSNotice. For the latest CVS notices, see the Xaraya and Postnuke sites
View Statistics - Next Notice - Previous NoticeDirectory filter : [ all ] / postnuke_modules / articles [ view in CVS ]
Date | Directory [filter] | File(s) [view] | Author [filter] |
10 Aug 2002 11:42:21 | postnuke_modules/articles | pnuserapi.php,1.35,1.36 | Mike |
get rid of articlescolumn |
Update of /home/cvsroot/postnuke_modules/articles In directory ns7.hostnuke.net:/tmp/cvs-serv31312 Modified Files: pnuserapi.php Log Message: get rid of articlescolumn Index: pnuserapi.php =================================================================== RCS file: /home/cvsroot/postnuke_modules/articles/pnuserapi.php,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** pnuserapi.php 8 Aug 2002 23:03:20 -0000 1.35 --- pnuserapi.php 10 Aug 2002 11:42:19 -0000 1.36 *************** *** 334,351 **** $pntable = pnDBGetTables(); $articlestable = $pntable['articles']; - $articlescolumn = &$pntable['articles_column']; // Get item ! $sql = "SELECT $articlescolumn[title], ! $articlescolumn[summary], ! $articlescolumn[body], ! $articlescolumn[authorid], ! $articlescolumn[pubdate], ! $articlescolumn[pubtypeid], ! $articlescolumn[notes], ! $articlescolumn[status], ! $articlescolumn[language] FROM $articlestable ! WHERE $articlescolumn[aid] $where"; $result = $dbconn->Execute($sql); --- 334,350 ---- $pntable = pnDBGetTables(); $articlestable = $pntable['articles']; // Get item ! $sql = "SELECT pn_title, ! pn_summary, ! pn_body, ! pn_authorid, ! pn_pubdate, ! pn_pubtypeid, ! pn_notes, ! pn_status, ! pn_language FROM $articlestable ! WHERE pn_aid $where"; $result = $dbconn->Execute($sql);
View Statistics - Next Notice - Previous Notice
Visit Developer Site - Browse CVS Repository |
Syndicate via backend.rss (max. once per hour please) | Powered by CVSNotice 0.1.3 |