tbrehm
2009-03-04 ee180c88b4cca594cb8ef50be75e6ff8859c3ec7
interface/web/client/client_edit.php
@@ -150,7 +150,7 @@
      }
      
      // reseller status changed
      if(isset($this->dataRecord["limit_client"])) {
      if(isset($this->dataRecord["limit_client"]) && $this->dataRecord["limit_client"] != $this->oldDataRecord["limit_client"]) {
         $modules = ISPC_INTERFACE_MODULES_ENABLED;
         if($this->dataRecord["limit_client"] > 0) $modules .= ',client';
         $modules = $app->db->quote($modules);