MTrackWeb/Roo.php
authorAlan Knowles <alan@roojs.com>
Sun, 11 Dec 2011 05:32:14 +0000 (13:32 +0800)
committerAlan Knowles <alan@roojs.com>
Sun, 11 Dec 2011 05:32:14 +0000 (13:32 +0800)
MTrackWeb/Roo.php

index c1c6b8d..3179cb9 100644 (file)
@@ -41,6 +41,7 @@ class MTrackWeb_Roo extends Pman_Roo
     }
     function post($tbl)
     {
+        DB_DataObject::debugLevel(1);
         if (!in_array($tbl,$this->validTables)) {
             $this->jerr("Invalid url");
         }