tbrehm
2012-02-03 5a43e7a2ea0cf7af35c100cb67e4a53566cbc496
interface/web/sites/tools.inc.php
@@ -96,7 +96,7 @@
         }
    }
    /* get the name of the client */
    $tmp = $app->db->queryOneRecord("SELECT client_id FROM sys_group WHERE groupid = " . $client_group_id);
    $tmp = $app->db->queryOneRecord("SELECT client_id FROM sys_group WHERE groupid = " . intval($client_group_id));
    $clientID = $tmp['client_id'];
    if ($clientID == '') $clientID = '0';
    return $clientID;