diff options
author | Filipp Lepalaan <filipp@mac.com> | 2011-05-11 14:33:14 +0300 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2011-05-11 14:33:14 +0300 |
commit | fe0bccf27629732168a91310e926840300e3aa79 (patch) | |
tree | 6b5f9a567d84fc36b3ade057b5da522f2ec953d9 | |
parent | 2381556fa438968e293e4eed06090790144d0cc7 (diff) | |
download | gsxlib-fe0bccf27629732168a91310e926840300e3aa79.tar.gz gsxlib-fe0bccf27629732168a91310e926840300e3aa79.tar.bz2 gsxlib-fe0bccf27629732168a91310e926840300e3aa79.zip |
don't show errors by default
-rwxr-xr-x | gsxcl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ * http://sam.zoy.org/wtfpl/COPYING for more details. */ -if (TRUE) { +if (FALSE) { error_reporting(E_ALL|E_STRICT); } |