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 / search [ view in CVS ]
Date | Directory [filter] | File(s) [view] | Author [filter] |
06 Aug 2002 10:35:35 | postnuke_official/html/modules/search | pninit.php,1.1,1.2 | John Robeson |
added results per page module variable |
Update of /home/cvsroot/postnuke_official/html/modules/search In directory ns7.hostnuke.net:/tmp/cvs-serv11367/html/modules/search Modified Files: pninit.php Log Message: added results per page module variable Index: pninit.php =================================================================== RCS file: /home/cvsroot/postnuke_official/html/modules/search/pninit.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pninit.php 7 Jul 2002 01:36:02 -0000 1.1 --- pninit.php 6 Aug 2002 10:35:33 -0000 1.2 *************** *** 1,3 **** ! <?php // $Id$ // ---------------------------------------------------------------------- // PostNuke Content Management System --- 1,4 ---- ! <?php ! // $Id$ // ---------------------------------------------------------------------- // PostNuke Content Management System *************** *** 19,23 **** // To read the license please visit http://www.gnu.org/copyleft/gpl.html // ---------------------------------------------------------------------- ! // Original Author of file: Jim McDonald // Purpose of file: Initialisation functions for search // ---------------------------------------------------------------------- --- 20,24 ---- // To read the license please visit http://www.gnu.org/copyleft/gpl.html // ---------------------------------------------------------------------- ! // Original Author of file: Johnny Robeson // Purpose of file: Initialisation functions for search // ---------------------------------------------------------------------- *************** *** 25,28 **** --- 26,30 ---- function search_init() { + pnModSetVar('search','resultsperpage',10); return true; } *************** *** 35,40 **** function search_delete() { return true; } ! ?> --- 37,43 ---- function search_delete() { + pnModDelVar('search','resultsperpage'); return true; } ! ?> \ No newline at end of file
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 |