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 / downloads [ view in CVS ]
Date | Directory [filter] | File(s) [view] | Author [filter] |
28 Jul 2002 10:13:45 | postnuke_official/html/modules/downloads | dl-downloadeditorial.php,1.9.2.2,1.9.2.3 | Andreas Krapohl |
fix for display of uname instead of adminid |
Update of /home/cvsroot/postnuke_official/html/modules/downloads In directory ns7.hostnuke.net:/tmp/cvs-serv32262/postnuke_official/html/modules/downloads Modified Files: Tag: PostNuke_71 dl-downloadeditorial.php Log Message: fix for display of uname instead of adminid Index: dl-downloadeditorial.php =================================================================== RCS file: /home/cvsroot/postnuke_official/html/modules/downloads/Attic/dl-downloadeditorial.php,v retrieving revision 1.9.2.2 retrieving revision 1.9.2.3 diff -C2 -d -r1.9.2.2 -r1.9.2.3 *** dl-downloadeditorial.php 28 Jul 2002 10:01:42 -0000 1.9.2.2 --- dl-downloadeditorial.php 28 Jul 2002 10:13:43 -0000 1.9.2.3 *************** *** 71,77 **** */ $formatted_date = ml_ftime(_DATELONG, $dbconn->UnixTimestamp($editorialtimestamp)); OpenTable2(); echo "<center><font class=\"pn-title\">".pnVarPrepForDisplay($editorialtitle)."</font></center>" ! ."<center><font class=\"pn-normal\">"._EDITORIALBY." ".pnVarPrepForDisplay($adminid)." - ".pnVarPrepForDisplay($formatted_date)."</font></center><br><br>" ."$editorialtext"; CloseTable2(); --- 71,79 ---- */ $formatted_date = ml_ftime(_DATELONG, $dbconn->UnixTimestamp($editorialtimestamp)); + $uname = pnUserGetVar('uname', $adminid); + OpenTable2(); echo "<center><font class=\"pn-title\">".pnVarPrepForDisplay($editorialtitle)."</font></center>" ! ."<center><font class=\"pn-normal\">"._EDITORIALBY." ".pnVarPrepForDisplay($uname)." - ".pnVarPrepForDisplay($formatted_date)."</font></center><br><br>" ."$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 |