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 / nascar [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 12 Aug 2002 04:22:58 | postnuke_modules/nascar | pninit.php,1.9,1.10 | George Neill |
| + looks like pnTableDDL.php moved to the includes directory. | |||
Update of /home/cvsroot/postnuke_modules/nascar
In directory ns7.hostnuke.net:/tmp/cvs-serv19118
Modified Files:
pninit.php
Log Message:
+ looks like pnTableDDL.php moved to the includes directory.
GNeill 2002.08.11
Index: pninit.php
===================================================================
RCS file: /home/cvsroot/postnuke_modules/nascar/pninit.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** pninit.php 11 Aug 2002 19:44:04 -0000 1.9
--- pninit.php 12 Aug 2002 04:22:55 -0000 1.10
***************
*** 46,50 ****
// across multiple databases. Postnuke offers the pnCreateTable function
// contained in the following file to provide this functionality.
! include ('pnadodb/pnTableDDL.php');
// Define the table structures by building all the SQLs then executing them
--- 46,50 ----
// across multiple databases. Postnuke offers the pnCreateTable function
// contained in the following file to provide this functionality.
! include ('includes/pnTableDDL.php');
// Define the table structures by building all the SQLs then executing them
***************
*** 517,521 ****
// across multiple databases. Postnuke offers the pnDropTable function
// contained in the following file to provide this functionality.
! include ('pnadodb/pnTableDDL.php');
$sql[] = pnDBDropTable($pntable['nascar_binaries']);
--- 517,521 ----
// across multiple databases. Postnuke offers the pnDropTable function
// contained in the following file to provide this functionality.
! include ('includes/pnTableDDL.php');
$sql[] = pnDBDropTable($pntable['nascar_binaries']);
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 |