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 / web_links [ view in CVS ]
Date | Directory [filter] | File(s) [view] | Author [filter] |
26 Jul 2002 09:12:11 | postnuke_official/html/modules/web_links | wl-util.php,1.21,1.21.2.1 | Chris Dudley |
more ML fixes from larsneo |
Update of /home/cvsroot/postnuke_official/html/modules/web_links In directory ns7.hostnuke.net:/tmp/cvs-serv10605 Modified Files: Tag: PostNuke_71 wl-util.php Log Message: more ML fixes from larsneo Index: wl-util.php =================================================================== RCS file: /home/cvsroot/postnuke_official/html/modules/web_links/Attic/wl-util.php,v retrieving revision 1.21 retrieving revision 1.21.2.1 diff -C2 -d -r1.21 -r1.21.2.1 *** wl-util.php 10 Mar 2002 15:06:46 -0000 1.21 --- wl-util.php 26 Jul 2002 09:12:08 -0000 1.21.2.1 *************** *** 261,265 **** setlocale (LC_TIME, $locale); ereg ("([0-9]{4})-([0-9]{1,2})-([0-9]{1,2}) ([0-9]{1,2}):([0-9]{1,2}):([0-9]{1,2})", $time, $datetime); ! $datetime = strftime(""._LINKSDATESTRING."", mktime($datetime[4],$datetime[5],$datetime[6],$datetime[2],$datetime[3],$datetime[1])); $datetime = ucfirst($datetime); $startdate = time(); --- 261,265 ---- setlocale (LC_TIME, $locale); ereg ("([0-9]{4})-([0-9]{1,2})-([0-9]{1,2}) ([0-9]{1,2}):([0-9]{1,2}):([0-9]{1,2})", $time, $datetime); ! $datetime = ml_ftime(""._LINKSDATESTRING."", mktime($datetime[4],$datetime[5],$datetime[6],$datetime[2],$datetime[3],$datetime[1])); $datetime = ucfirst($datetime); $startdate = time(); *************** *** 268,272 **** while ($count <= 7) { ! $daysold = date("d-M-Y", $startdate); if ("$daysold" == "$datetime") { if ($count<=1) { --- 268,272 ---- while ($count <= 7) { ! $daysold = ml_ftime(""._LINKSDATESTRING."", $startdate); if ("$daysold" == "$datetime") { if ($count<=1) { *************** *** 303,307 **** while ($count <= 7) { ! $daysold = date("d-M-Y", $startdate); if ("$daysold" == "$datetime") { if ($count<=1) { --- 303,307 ---- while ($count <= 7) { ! $daysold = ml_ftime(""._LINKSDATESTRING."", $startdate); if ("$daysold" == "$datetime") { if ($count<=1) { *************** *** 348,357 **** setlocale (LC_TIME, $locale); ereg ("([0-9]{4})-([0-9]{1,2})-([0-9]{1,2})([0-9]{1,2}):([0-9]{1,2}):([0-9]{1,2})", $time, $datetime); ! $datetime = strftime(""._LINKSDATESTRING."", mktime($datetime[4],$datetime[5],$datetime[6],$datetime[2],$datetime[3],$datetime[1])); $datetime = ucfirst($datetime); $startdate = time(); $count = 0; while ($count <= 7) { ! $daysold = date("d-M-Y", $startdate); if ("$daysold" == "$datetime") { if ($count<=1) { --- 348,357 ---- setlocale (LC_TIME, $locale); ereg ("([0-9]{4})-([0-9]{1,2})-([0-9]{1,2})([0-9]{1,2}):([0-9]{1,2}):([0-9]{1,2})", $time, $datetime); ! $datetime = ml_ftime(""._LINKSDATESTRING."", mktime($datetime[4],$datetime[5],$datetime[6],$datetime[2],$datetime[3],$datetime[1])); $datetime = ucfirst($datetime); $startdate = time(); $count = 0; while ($count <= 7) { ! $daysold = ml_ftime(""._LINKSDATESTRING."", $startdate); if ("$daysold" == "$datetime") { if ($count<=1) { *************** *** 552,554 **** } } ! ?> \ No newline at end of file --- 552,554 ---- } } ! ?>
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 |