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_modules / articles / pnblocks [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 07 Aug 2002 00:39:37 | postnuke_modules/articles/pnblocks | related.php,1.1,1.2 | Mike |
| add pnBlockTypeRegister (see template comment) + warning fixes | |||
Update of /home/cvsroot/postnuke_modules/articles/pnblocks
In directory ns7.hostnuke.net:/tmp/cvs-serv21369/pnblocks
Modified Files:
related.php
Log Message:
add pnBlockTypeRegister (see template comment) + warning fixes
Index: related.php
===================================================================
RCS file: /home/cvsroot/postnuke_modules/articles/pnblocks/related.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** related.php 5 Aug 2002 23:18:42 -0000 1.1
--- related.php 7 Aug 2002 00:39:35 -0000 1.2
***************
*** 66,70 ****
// Get variables from content block
! $vars = unserialize($blockinfo['content']);
// Defaults
--- 66,70 ----
// Get variables from content block
! $vars = @unserialize($blockinfo['content']);
// Defaults
***************
*** 196,200 ****
// Get current content
! $vars = unserialize($blockinfo['content']);
// Defaults
--- 196,200 ----
// 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 |