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 / htmlpages [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 28 Jul 2002 16:29:12 | postnuke_modules/htmlpages | pnadminapi.php,1.1,1.2 | Andrea M. |
| fixed whitespace bug | |||
Update of /home/cvsroot/postnuke_modules/htmlpages
In directory ns7.hostnuke.net:/tmp/cvs-serv1913
Modified Files:
pnadminapi.php
Log Message:
fixed whitespace bug
Index: pnadminapi.php
===================================================================
RCS file: /home/cvsroot/postnuke_modules/htmlpages/pnadminapi.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pnadminapi.php 21 Jul 2002 05:39:15 -0000 1.1
--- pnadminapi.php 28 Jul 2002 16:29:09 -0000 1.2
***************
*** 227,231 ****
SET $htmlpagescolumn[title] = '" . pnVarPrepForStore($title) . "',
$htmlpagescolumn[timest] = NOW(NULL),
! $htmlpagescolumn[content] = ' " . pnVarPrepForStore($content) . "',
$htmlpagescolumn[printlink] = ' " . pnVarPrepForStore($printlink) . "',
$htmlpagescolumn[uid] = " . pnVarPrepForStore($uid) . "
--- 227,231 ----
SET $htmlpagescolumn[title] = '" . pnVarPrepForStore($title) . "',
$htmlpagescolumn[timest] = NOW(NULL),
! $htmlpagescolumn[content] = '" . pnVarPrepForStore($content) . "',
$htmlpagescolumn[printlink] = ' " . pnVarPrepForStore($printlink) . "',
$htmlpagescolumn[uid] = " . pnVarPrepForStore($uid) . "
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 |