cvs: smarty /libs Smarty.class.php
"Messju Mohr" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsmessju1121676235@cvsserver> |
messju Mon Jul 18 04:43:55 2005 EDT
Modified files:
/smarty/libs Smarty.class.php
Log:
removed E_NOTICE
http://cvs.php.net/diff.php/smarty/libs/Smarty.class.php?r1=1.515&r2=1.516&ty=u
Index: smarty/libs/Smarty.class.php
diff -u smarty/libs/Smarty.class.php:1.515 smarty/libs/Smarty.class.php:1.516
--- smarty/libs/Smarty.class.php:1.515 Thu Mar 31 09:57:18 2005
+++ smarty/libs/Smarty.class.php Mon Jul 18 04:43:53 2005
@@ -30,7 +30,7 @@
* @version 2.6.10-dev
*/
-/* $Id: Smarty.class.php,v 1.515 2005/03/31 14:57:18 mohrt Exp $ */
+/* $Id: Smarty.class.php,v 1.516 2005/07/18 08:43:53 messju Exp $ */
/**
* DIR_SEP isn't used anymore, but third party apps might
@@ -1889,7 +1889,7 @@
if ($this->_cache_including) {
/* return next set of cache_attrs */
- $_return =& current($_cache_attrs);
+ $_return = current($_cache_attrs);
next($_cache_attrs);
return $_return;
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php