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:29:19 | postnuke_official/html/modules/comments | pninit.php,1.10,1.11 | Gary Mitchell |
| fix problem with undefined constants | |||
Update of /home/cvsroot/postnuke_official/html/modules/comments
In directory ns7.hostnuke.net:/tmp/cvs-serv32031
Modified Files:
pninit.php
Log Message:
fix problem with undefined constants
Index: pninit.php
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/modules/comments/pninit.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** pninit.php 10 Aug 2002 13:18:30 -0000 1.10
--- pninit.php 10 Aug 2002 13:29:17 -0000 1.11
***************
*** 73,77 ****
// Set up User (preference) variables
! pnModAPILoad(�Modules�, �admin�);
$metadata[0]['label'] = 'comments_rendertype';
--- 73,77 ----
// Set up User (preference) variables
! pnModAPILoad("Modules", "admin");
$metadata[0]['label'] = 'comments_rendertype';
***************
*** 114,118 ****
// Delete tables
! $query = pnDBDropTable($pntable[comments]);
$dbconn->Execute($query);
--- 114,118 ----
// Delete tables
! $query = pnDBDropTable($pntable['comments']);
$dbconn->Execute($query);
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 |