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 / ns-user [ view in CVS ]
Date | Directory [filter] | File(s) [view] | Author [filter] |
06 Aug 2002 11:59:08 | postnuke_official/html/modules/ns-user | user.php,1.45.2.5,1.45.2.6 | Andreas Krapohl |
fixed query limit for last _10_ news submissions |
Update of /home/cvsroot/postnuke_official/html/modules/ns-user In directory ns7.hostnuke.net:/tmp/cvs-serv12870/postnuke_official/html/modules/ns-user Modified Files: Tag: PostNuke_71 user.php Log Message: fixed query limit for last _10_ news submissions Index: user.php =================================================================== RCS file: /home/cvsroot/postnuke_official/html/modules/ns-user/Attic/user.php,v retrieving revision 1.45.2.5 retrieving revision 1.45.2.6 diff -C2 -d -r1.45.2.5 -r1.45.2.6 *** user.php 30 Jul 2002 14:14:49 -0000 1.45.2.5 --- user.php 6 Aug 2002 11:59:06 -0000 1.45.2.6 *************** *** 249,253 **** * Make limited select */ ! $result = $dbconn->SelectLimit($query, 30, 0); /* --- 249,253 ---- * Make limited select */ ! $result = $dbconn->SelectLimit($query, 10, 0); /*
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 |