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 / template / pnblocks [ view in CVS ]
Date | Directory [filter] | File(s) [view] | Author [filter] |
07 Aug 2002 00:38:18 | postnuke_official/html/modules/template/pnblocks | first.php,1.9,1.10 | Mike |
add pnBlockTypeRegister (wrong place IMO) |
Update of /home/cvsroot/postnuke_official/html/modules/template/pnblocks In directory ns7.hostnuke.net:/tmp/cvs-serv21305/pnblocks Modified Files: first.php Log Message: add pnBlockTypeRegister (wrong place IMO) Index: first.php =================================================================== RCS file: /home/cvsroot/postnuke_official/html/modules/template/pnblocks/first.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** first.php 5 Aug 2002 22:01:02 -0000 1.9 --- first.php 7 Aug 2002 00:38:16 -0000 1.10 *************** *** 66,70 **** // Get variables from content block ! $vars = unserialize($blockinfo['content']); // Defaults --- 66,70 ---- // Get variables from content block ! $vars = @unserialize($blockinfo['content']); // Defaults *************** *** 120,123 **** --- 120,124 ---- } + $output->Linebreak(); // TODO: shouldn't this stuff be BL-able too ?? *************** *** 140,144 **** // Get current content ! $vars = unserialize($blockinfo['content']); // Defaults --- 141,145 ---- // Get current content ! $vars = @unserialize($blockinfo['content']); // Defaults
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 |