From d2c3ddb951e61dba1cdd95664843f05e425ff9b9 Mon Sep 17 00:00:00 2001 From: Silvio Date: Thu, 22 Jul 2010 18:22:34 -0300 Subject: Minor change --- classes/CinisisDb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes') diff --git a/classes/CinisisDb.php b/classes/CinisisDb.php index 63416b6..5d58685 100644 --- a/classes/CinisisDb.php +++ b/classes/CinisisDb.php @@ -34,7 +34,7 @@ class CinisisDb { // Check database schema. $schema = $this->parse($this->file($config['database'] .'.yaml', 'schemas'), $this->implementation); } catch (Exception $e) { - echo __CLASS__ .' caught exception: ', $e->getMessage(), "\n"; + echo __CLASS__ .' caught exception: ', $e->getMessage(), "\n"; return FALSE; } -- cgit v1.2.3