MTrackWeb/Roo.php
authorAlan Knowles <alan@roojs.com>
Thu, 19 Mar 2015 02:56:15 +0000 (10:56 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 19 Mar 2015 02:56:15 +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;