sync
[web.mtrack] / index.php
index dbc4475..d0625fc 100644 (file)
--- a/index.php
+++ b/index.php
@@ -21,7 +21,7 @@ new HTML_FlexyFramework(array(
     'database'        => 'mysql://root:@localhost/pman',
     'version' => '2.0',
     'DB_DataObject' => array(
-         'debug' => 5,
+//         'debug' => 5,
 
         'class_location' => implode(PATH_SEPARATOR, array(
                 dirname(__FILE__). '/Pman/MTrack/DataObjects',