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 / includes [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 09 Aug 2002 13:18:07 | postnuke_official/html/includes | pnTemplate.php,1.45,1.46 | Paul Rosania |
| pnBlockTemplate, etc. | |||
Update of /home/cvsroot/postnuke_official/html/includes
In directory ns7.hostnuke.net:/tmp/cvs-serv20653
Modified Files:
pnTemplate.php
Log Message:
pnBlockTemplate, etc.
Index: pnTemplate.php
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/includes/pnTemplate.php,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** pnTemplate.php 7 Aug 2002 04:00:58 -0000 1.45
--- pnTemplate.php 9 Aug 2002 13:18:04 -0000 1.46
***************
*** 1,764 ****
! <?php
! // $Id$
! // ----------------------------------------------------------------------
! // PostNuke Content Management System
! // Copyright (C) 2001 by the PostNuke Development Team.
! // http://www.postnuke.com/
! // ----------------------------------------------------------------------
! // LICENSE
! //
! // This program is free software; you can redistribute it and/or
[...1499 lines suppressed...]
! * converts array style
! *
! * @access private
! * @param $var
! * @return $new_var
! **/
! // FIXME: <marco> Rename it to pnTpl_convertArrayStyle so that also private func names follow right naming conventions
! // Why don't you keep [] the notaion for arrays (without quotes) and use the . for classes?
! function convert_array_style($var)
! {
! $var = explode('.', $var);
! $new_var = $var[0];
!
! for ($i = 1; $i < count($var); $i++) {
! $new_var .= '[\''.$var[$i].'\']';
! }
!
! return $new_var;
! }
! ?>
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 |