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

index 45e6843..f43e921 100644 (file)
@@ -81,9 +81,11 @@ class MTrackWeb_Roo extends Pman_Roo
                     
                     // not a member of the company..
                     // not allowed in..
-                    return true;
+                        return true;
+                    default:
+                        return false;
                 }
-                return false;
+                break; // should not get here...
             
             default:
                 return false;