CVS update: /cowiki/htdocs/setup/class/task/

[email protected] 19 May 2005 23:57:23 -0000
Newsgroups gmane.comp.php.cowiki.cvs
Message-ID <[email protected]>
User: dgorski 
Date: 2005/05/19 16:57:23

Modified:
   cowiki/htdocs/setup/class/task/class.TaskDocumentStorageConnector.php

Log:
 Clarify error message

File Changes:

Directory: /cowiki/htdocs/setup/class/task/
===========================================

File [changed]: class.TaskDocumentStorageConnector.php
Url: http://cowiki.tigris.org/source/browse/cowiki/htdocs/setup/class/task/class.TaskDocumentStorageConnector.php?r1=1.6&r2=1.7
Delta lines:  +4 -3
-------------------
--- class.TaskDocumentStorageConnector.php	16 May 2005 22:19:46 -0000	1.6
+++ class.TaskDocumentStorageConnector.php	19 May 2005 23:57:21 -0000	1.7
@@ -2,7 +2,7 @@
 
 /**
  *
- * $Id: class.TaskDocumentStorageConnector.php,v 1.6 2005/05/16 22:19:46 dgorski Exp $
+ * $Id: class.TaskDocumentStorageConnector.php,v 1.7 2005/05/19 23:57:21 dgorski Exp $
  *
  * This file is part of coWiki. coWiki is free software under the terms of
  * the GNU General Public License (GPL). Read the LICENSE file. If you did
@@ -17,7 +17,7 @@
  * @author      Daniel T. Gorski, <[email protected]>
  * @copyright   (C) Daniel T. Gorski, {@link http://www.develnet.org}
  * @license     http://www.gnu.org/licenses/gpl.html
- * @version     $Revision: 1.6 $
+ * @version     $Revision: 1.7 $
  *
  */
 
@@ -279,7 +279,8 @@
         } catch (StorageApiException $sae) {
             return $this->addError(
                 'Your PHP installation basically does not support
-                access to the database container you have chosen.'
+                access to the database container you have chosen: '
+                .$sae->getExceptionMessage()
             );
 
         } catch (StorageConnectionFailureException $scfe) {