MTrackWeb/Roo.php
authorAlan Knowles <alan@akbkhome.com>
Sun, 4 Dec 2011 14:55:12 +0000 (22:55 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 4 Dec 2011 14:55:12 +0000 (22:55 +0800)
MTrackWeb/Roo.php

index 4217840..941673a 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);
     
     }