From 96d01919d3ff42c3fdd7f6186a0500caccd3c140 Mon Sep 17 00:00:00 2001 From: Giulio Cesare Solaroli Date: Mon, 06 Feb 2012 10:09:26 +0000 Subject: Merge pull request #24 from acozzette/master Trivial change to setup/index.php in the PHP backend --- (limited to 'backend/php/src') diff --git a/backend/php/src/setup/index.php b/backend/php/src/setup/index.php index 4087961..93dea6f 100644 --- a/backend/php/src/setup/index.php +++ b/backend/php/src/setup/index.php @@ -164,7 +164,7 @@ if(count($_POST) > 0 && $_SESSION['diagnosticsSuccessful']==false) if ($errors == 0) { AddTrace('File Structure....OK!'); - if (!@mysql_connect ($GLOBALS['configuration']['host'].":".$GLOBALS['configuration']['port'], $GLOBALS['configuration']['user'], $GLOBALS['configuration']['pass'])) + if (!mysql_connect ($GLOBALS['configuration']['host'].":".$GLOBALS['configuration']['port'], $GLOBALS['configuration']['user'], $GLOBALS['configuration']['pass'])) { $errors++; AddError('Cannot connect to the specified database server. Edit configuration.php'); -- cgit v0.9.0.2