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] |
28 Jul 2002 10:01:10 | postnuke_official/html/modules/web_links | wl-linkeditorial.php,1.14,1.14.2.1 | Andreas Krapohl |
fix for html-display in editorial, ml-fix for date |
Update of /home/cvsroot/postnuke_official/html/modules/web_links In directory ns7.hostnuke.net:/tmp/cvs-serv32192/postnuke_official/html/modules/web_links Modified Files: Tag: PostNuke_71 wl-linkeditorial.php Log Message: fix for html-display in editorial, ml-fix for date Index: wl-linkeditorial.php =================================================================== RCS file: /home/cvsroot/postnuke_official/html/modules/web_links/Attic/wl-linkeditorial.php,v retrieving revision 1.14 retrieving revision 1.14.2.1 diff -C2 -d -r1.14 -r1.14.2.1 *** wl-linkeditorial.php 10 Mar 2002 14:44:53 -0000 1.14 --- wl-linkeditorial.php 28 Jul 2002 10:01:07 -0000 1.14.2.1 *************** *** 63,69 **** OpenTable2(); echo "<center><font class=\"pn-normal\"><b>".pnVarPrepForDisplay($editorialtitle)."</b></font></center>" ! ."<center><font class=\"pn-sub\">"._EDITORIALBY." ".pnVarPrepForDisplay($adminid)." - ".pnVarPrepForDisplay($editorialtimestamp)."</font></center><br /><br />" ! .pnVarPrepForDisplay($editorialtext); CloseTable2(); } --- 63,70 ---- OpenTable2(); + $formatted_date = ml_ftime(_DATELONG, $dbconn->UnixTimestamp($editorialtimestamp)); echo "<center><font class=\"pn-normal\"><b>".pnVarPrepForDisplay($editorialtitle)."</b></font></center>" ! ."<center><font class=\"pn-sub\">"._EDITORIALBY." ".pnVarPrepForDisplay($adminid)." - ".pnVarPrepForDisplay($formatted_date)."</font></center><br /><br />" ! .pnVarPrepHTMLDisplay($editorialtext); CloseTable2(); }
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 |