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 21:03:01 | postnuke_official/html/includes | pnTemplate.php,1.46,1.47 | John Robeson |
removed weird characters after every line |
Update of /home/cvsroot/postnuke_official/html/includes In directory ns7.hostnuke.net:/tmp/cvs-serv25526/html/includes Modified Files: pnTemplate.php Log Message: removed weird characters after every line Index: pnTemplate.php =================================================================== RCS file: /home/cvsroot/postnuke_official/html/includes/pnTemplate.php,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -d -r1.46 -r1.47 *** pnTemplate.php 9 Aug 2002 13:18:04 -0000 1.46 --- pnTemplate.php 9 Aug 2002 21:02:58 -0000 1.47 *************** *** 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 [...1500 lines suppressed...] ! * ! * @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; ! } ! ?> \ 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 |