inc/DBSchema/Generic.php
authorAlan Knowles <alan@akbkhome.com>
Thu, 27 Jan 2011 14:35:45 +0000 (22:35 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 27 Jan 2011 14:35:45 +0000 (22:35 +0800)
inc/DBSchema/Generic.php

index b5591a6..20b500c 100644 (file)
@@ -19,6 +19,7 @@ class MTrackDBSchema_Generic implements IMTrackDBSchema_Driver {
         }
       }
     } catch (Exception $e) {
+        print_r($e->toString());
     }
     return null;
   }