Corrected DB name

This commit is contained in:
Ingo Schommer 2013-02-15 12:02:11 +01:00
parent df6fa12359
commit e684e37887
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ global $project;
$project = 'app';
global $database;
$database = 'SS_ssnewdocstest';
$database = 'SS_ss2doc';
require_once('conf/ConfigureFromEnv.php');