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 [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 02 Aug 2002 16:26:30 | postnuke_official/html/modules/template | pnuser.php,1.15,1.16 | Mike |
| comment out transform hooks in view function (= more realistic example) | |||
Update of /home/cvsroot/postnuke_official/html/modules/template
In directory ns7.hostnuke.net:/tmp/cvs-serv27373
Modified Files:
pnuser.php
Log Message:
comment out transform hooks in view function (= more realistic example)
Index: pnuser.php
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/modules/template/pnuser.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** pnuser.php 2 Aug 2002 15:20:33 -0000 1.15
--- pnuser.php 2 Aug 2002 16:26:28 -0000 1.16
***************
*** 169,179 ****
// pieces of text that you want to transform (e.g. for autolinks, wiki,
// smilies, bbcode, ...).
! // Note : for your module, you might not need to call transformation
// hooks in this overview list, but only in the display of the details
// in the display() function.
! list($item['name']) = pnModCallHooks('item',
! 'transform',
! $item['tid'],
! array($item['name']));
// Security check 2 - if the user has read access to the item, show a
--- 169,179 ----
// pieces of text that you want to transform (e.g. for autolinks, wiki,
// smilies, bbcode, ...).
! // Note : for your module, you might not want to call transformation
// hooks in this overview list, but only in the display of the details
// in the display() function.
! //list($item['name']) = pnModCallHooks('item',
! // 'transform',
! // $item['tid'],
! // array($item['name']));
// Security check 2 - if the user has read access to the item, show a
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 |