MantisBT: master dfc791a2

Author Committer Branch Timestamp Parent
Julian Fitzell master 2002-08-24 04:08 master 23c20f98
Changeset

I decided I didn't like being able to change what errors halt. We need to count on ERRORs halting the script and we want to count on WARNINGs not halting the script so that we don't have to undo db changes if we're part way through, etc.

So, now errors halt and nothing else does. You can now change whether or not to display WARNINGs and NOTICEs.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1319 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9

mod - core_error_API.php Diff File
mod - config_defaults_inc.php Diff File