-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm using error reporting E_ALL that helps me debugging, but Smarty generates some E_NOTICEs because of not defined variables, so, I want to disable E_NOTICE before displaying. I'm doing this: $oer = error_reporting(E_ALL & ~E_NOTICE); $tpl->display("index.html"); error_reporting($oer); but it still reports notices, any idea ? Thanks. - -- Pupeno: [EMAIL PROTECTED] http://www.pupeno.com - --- Help the hungry children of Argentina, please go to (and make it your homepage): http://www.porloschicos.com/servlet/PorLosChicos?comando=donar -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux)
iD8DBQE+G2P3Lr8z5XzmSDQRAl8LAJ9jzLHmNuarcsG6M7JKjwKM313w1gCg2Dq1 79u/+bnOLvaNWCTxxdNVZXo= =qM1i -----END PGP SIGNATURE----- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php