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 [ view in CVS ]
Date | Directory [filter] | File(s) [view] | Author [filter] |
10 Aug 2002 13:18:33 | postnuke_official/html/modules/comments | pninit.php,1.9,1.10 | Gary Mitchell |
add include statement for pnTableDDL in delete tables section |
Update of /home/cvsroot/postnuke_official/html/modules/comments In directory ns7.hostnuke.net:/tmp/cvs-serv31960 Modified Files: pninit.php Log Message: add include statement for pnTableDDL in delete tables section Index: pninit.php =================================================================== RCS file: /home/cvsroot/postnuke_official/html/modules/comments/pninit.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** pninit.php 26 Jul 2002 02:51:58 -0000 1.9 --- pninit.php 10 Aug 2002 13:18:30 -0000 1.10 *************** *** 111,114 **** --- 111,116 ---- $pntable = pnDBGetTables(); + include('pnadodb/pnTableDDL.php'); + // Delete tables $query = pnDBDropTable($pntable[comments]);
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 |