Merge branch 'master' of /home/git/private/web.mtrack
authorwww-data <www-data@roojs-customers>
Thu, 19 Mar 2015 02:56:39 +0000 (10:56 +0800)
committeralan@roojs.com <alan@roojs.com@http.192.168.254.1>
Thu, 19 Mar 2015 02:56:39 +0000 (10:56 +0800)
MTrackWeb/Roo.php

index f43e921..715cf29 100644 (file)
@@ -62,6 +62,7 @@ class MTrackWeb_Roo extends Pman_Roo
         
         // normally allowed, but we have more restrictions...
         switch($obj->tablename()) {
+            
             case 'core_enum':
                 if (empty($req['etype'])) {
                     return false;
@@ -69,7 +70,7 @@ class MTrackWeb_Roo extends Pman_Roo
                 if ($lvl != 'S') {
                     return false;
                 }
-                
+                var_dump($req['etype']);
                 switch ($req['etype']) {
                    // case 'severity':
                     case 'classification':