white space fixes

This commit is contained in:
Clemens Schwaighofer
2017-11-24 16:49:45 +09:00
parent b1a30b6dde
commit dc692f14e4
+2 -2
View File
@@ -177,8 +177,8 @@
// show DEBUG override
// true/false
$DEBUG_FLAG['<HOST NAME>'] = true;
// set postgresql paths (schemas)
$DB_PATH['<HOST NAME>'] = PUBLIC_SCHEMA;
// set postgresql paths (schemas)
$DB_PATH['<HOST NAME>'] = PUBLIC_SCHEMA;
// set the USE_DATABASE var, if there is nothing set, we assume TRUE
$USE_DATABASE = defined('USE_DATABASE') ? USE_DATABASE : true;