Skip to content

Commit

Permalink
default debugging to off
Browse files Browse the repository at this point in the history
git-svn-id: https://xerteonlinetoolkits.googlecode.com/svn/branches/1.8@135 912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
Dave Goodwin committed Oct 16, 2011
1 parent 625af26 commit 252bb21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.php
Expand Up @@ -21,7 +21,7 @@

// Change this to FALSE for production sites.
global $development;
$development = true;
$development = false;

ini_set('error_reporting', 0);
if($development) {
Expand Down

0 comments on commit 252bb21

Please sign in to comment.