cvs: smarty /libs Smarty.class.php
"Monte Ohrt" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsmohrt1124290766@cvsserver> |
mohrt Wed Aug 17 10:59:26 2005 EDT
Modified files:
/smarty/libs Smarty.class.php
Log:
fix typo
http://cvs.php.net/diff.php/smarty/libs/Smarty.class.php?r1=1.518&r2=1.519&ty=u
Index: smarty/libs/Smarty.class.php
diff -u smarty/libs/Smarty.class.php:1.518 smarty/libs/Smarty.class.php:1.519
--- smarty/libs/Smarty.class.php:1.518 Wed Aug 17 10:58:32 2005
+++ smarty/libs/Smarty.class.php Wed Aug 17 10:59:25 2005
@@ -30,7 +30,7 @@
* @version 2.6.11-dev
*/
-/* $Id: Smarty.class.php,v 1.518 2005/08/17 14:58:32 mohrt Exp $ */
+/* $Id: Smarty.class.php,v 1.519 2005/08/17 14:59:25 mohrt Exp $ */
/**
* DIR_SEP isn't used anymore, but third party apps might
@@ -1059,7 +1059,7 @@
return $this->_tpl_vars[$name];
} else {
// var non-existant, return valid reference
- $_tmp = null
+ $_tmp = null;
return $_tmp;
}
}
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php