Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
reorder so the comment is in the right place; reindent
git-svn-id: https://xerteonlinetoolkits.googlecode.com/svn/trunk@625 912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
Dave Goodwin committed Jan 17, 2013
1 parent 90e02d8 commit e22599e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.php
Expand Up @@ -16,12 +16,12 @@
* Variable used to hold database settings
* @global object $xerte_toolkits_site
*/
// Same as error_reporting(E_ALL);
global $xerte_toolkits_site;

// Change this to FALSE for production sites.
// While set to true, error reporting and logging are turned on.
global $development;
$development = false;
$development = true;

ini_set('error_reporting', 0);
if ($development) {
Expand Down Expand Up @@ -171,5 +171,5 @@
array($session_handle,'xerte_session_destroy'),
array($session_handle,'xerte_session_clean'));
*/
require_once(dirname(__FILE__) . '/auth_config.php');
}
require_once(dirname(__FILE__) . '/auth_config.php');
}

0 comments on commit e22599e

Please sign in to comment.