From ca91953f79bfb6b17fe8867c3961b199ff1f7b6d Mon Sep 17 00:00:00 2001 From: tomas Date: Tue, 15 Mar 2005 13:16:09 +0000 Subject: [PATCH] minor change --- livesupport/modules/storageServer/var/install/install.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/livesupport/modules/storageServer/var/install/install.php b/livesupport/modules/storageServer/var/install/install.php index 1396c4eaf..5f28ec8ed 100644 --- a/livesupport/modules/storageServer/var/install/install.php +++ b/livesupport/modules/storageServer/var/install/install.php @@ -23,7 +23,7 @@ Author : $Author: tomas $ - Version : $Revision: 1.14 $ + Version : $Revision: 1.15 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/install/install.php,v $ ------------------------------------------------------------------------------*/ @@ -64,6 +64,7 @@ if(PEAR::isError($dbc)){ echo "Check if database '{$config['dsn']['database']}' exists". " with corresponding permissions.\n"; echo "Database access is defined by 'dsn' values in var/conf.php.\n"; + echo $dbc->getMessage()."\n"; exit(1); }