mcramer
2013-08-14 a2efd1bd8e480226d4c285ec8fcce78497a76f23
interface/web/sites/ajax_get_json.php
@@ -72,7 +72,7 @@
      // get client id
      $sql_where = '';
      if($_SESSION["s"]["user"]["typ"] != 'admin'){
         $sql_where = " AND client_id = ".$_SESSION["s"]["user"]["client_id"];
         $sql_where = " AND (client_id = 0 OR client_id = ".$_SESSION["s"]["user"]["client_id"] . ")";
      }
      
      if($php_type == 'php-fpm'){