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:14:15 | postnuke_official/html/modules/web_links | wl-linkeditorial.php,1.14.2.1,1.14.2.2 | Andreas Krapohl |
fix for display of uname instead of adminid |
Update of /home/cvsroot/postnuke_official/html/modules/web_links In directory ns7.hostnuke.net:/tmp/cvs-serv32289/postnuke_official/html/modules/web_links Modified Files: Tag: PostNuke_71 wl-linkeditorial.php Log Message: fix for display of uname instead of adminid Index: wl-linkeditorial.php =================================================================== RCS file: /home/cvsroot/postnuke_official/html/modules/web_links/Attic/wl-linkeditorial.php,v retrieving revision 1.14.2.1 retrieving revision 1.14.2.2 diff -C2 -d -r1.14.2.1 -r1.14.2.2 *** wl-linkeditorial.php 28 Jul 2002 10:01:07 -0000 1.14.2.1 --- wl-linkeditorial.php 28 Jul 2002 10:14:13 -0000 1.14.2.2 *************** *** 64,69 **** 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(); --- 64,71 ---- OpenTable2(); $formatted_date = ml_ftime(_DATELONG, $dbconn->UnixTimestamp($editorialtimestamp)); + $uname = pnUserGetVar('uname', $adminid); + echo "<center><font class=\"pn-normal\"><b>".pnVarPrepForDisplay($editorialtitle)."</b></font></center>" ! ."<center><font class=\"pn-sub\">"._EDITORIALBY." ".pnVarPrepForDisplay($uname)." - ".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 |