aboutsummaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorSilvio <silvio@devlet.com.br>2010-07-22 18:22:34 -0300
committerSilvio <silvio@devlet.com.br>2010-07-22 18:22:34 -0300
commitd2c3ddb951e61dba1cdd95664843f05e425ff9b9 (patch)
tree63ffcc23c674c0e3930039f79eed42100de53dc3 /classes
parentfe54faa97d943819037f6d1bdcefc68d0308e709 (diff)
downloadcinisis-d2c3ddb951e61dba1cdd95664843f05e425ff9b9.tar.gz
cinisis-d2c3ddb951e61dba1cdd95664843f05e425ff9b9.tar.bz2
Minor change
Diffstat (limited to 'classes')
-rw-r--r--classes/CinisisDb.php2
1 files changed, 1 insertions, 1 deletions
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;
}