Browse Source

debug vars

andre 5 years ago
parent
commit
a73e9ee0c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      zimbraSingle.inc

+ 1 - 1
zimbraSingle.inc

@@ -30,7 +30,6 @@ function zimbraSingleGetAccess()
     $serverID = Capsule::table('tblservergroupsrel')
         ->select('serverid')
         ->where('groupid', '=', $serverGroupID)
-        ->where('active', '=', 1)
         ->get();
 
         logModuleCall(
@@ -40,6 +39,7 @@ function zimbraSingleGetAccess()
             "debug: serverID",
             $serverID
         );
+//        ->where('active', '=', 1)
     
     $servers = Capsule::table('tblservers')
         ->select('ipaddress', 'username', 'password')