MTrackWeb/Roo.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 7 Jun 2011 07:51:26 +0000 (15:51 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 7 Jun 2011 07:51:26 +0000 (15:51 +0800)
MTrackWeb/Roo.php

index d8877b3..1cb42ae 100644 (file)
@@ -39,9 +39,9 @@ class MTrackWeb_Roo extends Pman_Roo
     }
     function post($table)
     {
-        if (!in_array($tbl,$this->validTables)) {
+        //if (!in_array($tbl,$this->validTables)) {
             $this->jerr("Invalid url");
-        }
+       // }
         return parent::post($tbl);
     
     }