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 / reviews [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 25 Jul 2002 11:11:36 | postnuke_official/html/modules/reviews | index.php,1.81.2.5,1.81.2.6 | Chris Dudley |
| uploading diffs from multi-lang checking by Andreas | |||
Update of /home/cvsroot/postnuke_official/html/modules/reviews
In directory ns7.hostnuke.net:/tmp/cvs-serv1721
Modified Files:
Tag: PostNuke_71
index.php
Log Message:
uploading diffs from multi-lang checking by Andreas
Index: index.php
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/modules/reviews/Attic/index.php,v
retrieving revision 1.81.2.5
retrieving revision 1.81.2.6
diff -C2 -d -r1.81.2.5 -r1.81.2.6
*** index.php 12 Jun 2002 00:18:33 -0000 1.81.2.5
--- index.php 25 Jul 2002 11:11:33 -0000 1.81.2.6
***************
*** 283,287 ****
$month = substr($date,5,2);
$day = substr($date,8,2);
! $fdate = date("F jS Y",mktime (0,0,0,$month,$day,$year2));
echo "<table border=\"0\" width=\"100%\"><tr><td colspan=\"2\">";
echo "<p><font class=\"pn-title\"><i><b>".pnVarPrepForDisplay($title)."</b></i></font><br>";
--- 283,287 ----
$month = substr($date,5,2);
$day = substr($date,8,2);
! $fdate = ml_ftime(_DATELONG,mktime (0,0,0,$month,$day,$year2));
echo "<table border=\"0\" width=\"100%\"><tr><td colspan=\"2\">";
echo "<p><font class=\"pn-title\"><i><b>".pnVarPrepForDisplay($title)."</b></i></font><br>";
***************
*** 921,925 ****
$month = substr($date,5,2);
$day = substr($date,8,2);
! $fdate = date("F jS Y",mktime (0,0,0,$month,$day,$year));
$title = $result->fields[2];
$text = $result->fields[3];
--- 921,925 ----
$month = substr($date,5,2);
$day = substr($date,8,2);
! $fdate = ml_ftime(_DATELONG,mktime (0,0,0,$month,$day,$year));
$title = $result->fields[2];
$text = $result->fields[3];
***************
*** 1235,1237 ****
}
}
! ?>
\ No newline at end of file
--- 1235,1237 ----
}
}
! ?>
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 |