ftimme
2013-06-08 fe9a23f542bc56c1c0b6dc30257418e38ff7bd3a
interface/web/client/form/client_circle.tform.php
@@ -73,7 +73,9 @@
while ($file = @readdir ($handle)) { 
    if (substr($file, 0, 1) != '.') {
        if(@is_dir(ISPC_THEMES_PATH."/$file")) {
         $themes_list[$file] = $file;
         if($file == 'default' || (@file_exists(ISPC_THEMES_PATH."/$file/ISPC_VERSION") && trim(@file_get_contents(ISPC_THEMES_PATH."/$file/ISPC_VERSION")) == ISPC_APP_VERSION)) {
                $themes_list[$file] = $file;
            }
        }
   }
}
@@ -104,7 +106,7 @@
         'default'   => '',
         'separator' => ',',
         'datasource'   => array (    'type'   => 'SQL',
                              'querystring' => 'SELECT client_id,contact_name FROM client WHERE 1 ORDER BY contact_name',
                              'querystring' => 'SELECT client_id,contact_name FROM client WHERE {AUTHSQL} ORDER BY contact_name',
                              'keyfield'=> 'client_id',
                              'valuefield'=> 'contact_name'
                            ),