This commit is contained in:
Ruben 2016-09-17 22:35:26 +01:00
parent 1d8d3c1d46
commit 1edc207e3c
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ chdir(__DIR__);
require_once __DIR__ . "/../bootstrap.php"; require_once __DIR__ . "/../bootstrap.php";
error_reporting(E_ALL); error_reporting(E_ALL);
ini_set('display_errors',) ini_set('display_errors',1);
// Show table creation statements // Show table creation statements
// And (re)generate Proxies // And (re)generate Proxies