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 / includes [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 11 Aug 2002 00:12:10 | postnuke_official/html/includes | pnTableDDL.php,1.5,1.6 | Gary Mitchell |
| Fix syntax error after file moved | |||
Update of /home/cvsroot/postnuke_official/html/includes
In directory ns7.hostnuke.net:/tmp/cvs-serv3911
Modified Files:
pnTableDDL.php
Log Message:
Fix syntax error after file moved
Index: pnTableDDL.php
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/includes/pnTableDDL.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** pnTableDDL.php 10 Aug 2002 20:47:12 -0000 1.5
--- pnTableDDL.php 11 Aug 2002 00:12:07 -0000 1.6
***************
*** 91,95 ****
if (empty($args)) return FALSE;
if (!is_array($args)) return FALSE;
! if (empty($args['table'] || empty($args['command'])) return FALSE;
if (empty($dbtype)) {
--- 91,95 ----
if (empty($args)) return FALSE;
if (!is_array($args)) return FALSE;
! if (empty($args['table']) || empty($args['command'])) return FALSE;
if (empty($dbtype)) {
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 |