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_official / html / modules / comments / backend [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 10 Aug 2002 13:57:36 | postnuke_official/html/modules/comments/backend | backend.php,1.10,1.11 | Gary Mitchell |
| fix table name in the GenID statement | |||
Update of /home/cvsroot/postnuke_official/html/modules/comments/backend
In directory ns7.hostnuke.net:/tmp/cvs-serv32237
Modified Files:
backend.php
Log Message:
fix table name in the GenID statement
Index: backend.php
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/modules/comments/backend/backend.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** backend.php 10 Aug 2002 13:35:22 -0000 1.10
--- backend.php 10 Aug 2002 13:57:34 -0000 1.11
***************
*** 96,100 ****
}
! $nextid = $dbconn->GenId($hookstable);
$sql = "INSERT INTO $pntable[comments] ($column[cid], $column[modid], $column[itemid], $column[author],
$column[title], $column[comment], $column[hostname], $column[lineage])
--- 96,100 ----
}
! $nextid = $dbconn->GenId($pntable[comments]);
$sql = "INSERT INTO $pntable[comments] ($column[cid], $column[modid], $column[itemid], $column[author],
$column[title], $column[comment], $column[hostname], $column[lineage])
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 |