Skip to content

Commit

Permalink
turn development back off....
Browse files Browse the repository at this point in the history
git-svn-id: https://xerteonlinetoolkits.googlecode.com/svn/branches/1.8@149 912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
Dave Goodwin committed Oct 19, 2011
1 parent 90e81a4 commit 7218b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.php
Expand Up @@ -20,7 +20,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 7218b24

Please sign in to comment.