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] |
| 12 Aug 2002 17:37:43 | postnuke_official/html/modules/comments | pninit.php,1.12,1.13 | Mike |
| fix some merge problems | |||
Update of /home/cvsroot/postnuke_official/html/modules/comments
In directory ns7.hostnuke.net:/tmp/cvs-serv29128
Modified Files:
pninit.php
Log Message:
fix some merge problems
Index: pninit.php
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/modules/comments/pninit.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** pninit.php 12 Aug 2002 17:31:40 -0000 1.12
--- pninit.php 12 Aug 2002 17:37:41 -0000 1.13
***************
*** 27,31 ****
function comments_init()
{
! include('pnadodb/pnTableDDL.php');
list($dbconn) = pnDBGetConn();
--- 27,31 ----
function comments_init()
{
! include_once('pnadodb/pnTableDDL.php');
list($dbconn) = pnDBGetConn();
***************
*** 115,125 ****
function comments_delete()
{
! include('pnadodb/pnTableDDL.php');
// Get database information
list($dbconn) = pnDBGetConn();
$pntable = pnDBGetTables();
-
- include('pnadodb/pnTableDDL.php');
// Delete tables
--- 115,123 ----
function comments_delete()
{
! include_once('pnadodb/pnTableDDL.php');
// Get database information
list($dbconn) = pnDBGetConn();
$pntable = pnDBGetTables();
// Delete tables
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 |