cvs: smarty /libs Smarty.class.php
"Messju Mohr" <[email protected]>
| Newsgroups | gmane.comp.php.cvs.smarty |
|---|---|
| Message-ID | <cvsmessju1081361166@cvsserver> |
messju Wed Apr 7 14:06:06 2004 EDT
Modified files:
/smarty/libs Smarty.class.php
Log:
removed unused $smarty->_error_msg
http://cvs.php.net/diff.php/smarty/libs/Smarty.class.php?r1=1.482&r2=1.483&ty=u
Index: smarty/libs/Smarty.class.php
diff -u smarty/libs/Smarty.class.php:1.482 smarty/libs/Smarty.class.php:1.483
--- smarty/libs/Smarty.class.php:1.482 Thu Mar 18 02:05:29 2004
+++ smarty/libs/Smarty.class.php Wed Apr 7 14:06:06 2004
@@ -30,7 +30,7 @@
* @version 2.6.3-dev
*/
-/* $Id: Smarty.class.php,v 1.482 2004/03/18 07:05:29 messju Exp $ */
+/* $Id: Smarty.class.php,v 1.483 2004/04/07 18:06:06 messju Exp $ */
/**
* DIR_SEP isn't used anymore, but third party apps might
@@ -400,13 +400,6 @@
* @access private
*/
/**
- * error messages. true/false
- *
- * @var boolean
- */
- var $_error_msg = false;
-
- /**
* where assigned template vars are kept
*
* @var array
@@ -1432,7 +1425,6 @@
return true;
} else {
- $this->trigger_error($smarty_compiler->_error_msg);
return false;
}
--
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php