Adding new function that allows us to stop using the @ error suppression operator...
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 13 Nov 2007 00:11:15 +0000 (00:11 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 13 Nov 2007 00:11:15 +0000 (00:11 +0000)
commit8442ecb9a9eb963c4ab2de6c09d115a46cbe9385
tree73c93845ed212f71b969f761e2ff45b91e0da1aa
parent1e09ecc2802d6b331d3f986dc705d8ae80313e4d
Adding new function that allows us to stop using the @ error suppression operator but still keep notices and errors off screen.  Includes two sample uses: file uploads on the compose screen and session_start(), although the latter is very noisy in both the logs and in DEVEL's on-screen developer error handler display.  It might be best to add a flag to turn these errors off in the logs too.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@12763 7612ce4b-ef26-0410-bec9-ea0150e637f0
functions/global.php
src/compose.php