--- alx-src/branches/alx-web-070/index.php 2015/11/03 13:33:12 7745 +++ alx-src/branches/alx-web-070/index.php 2015/12/14 08:11:29 7995 @@ -9,7 +9,7 @@ $_SESSION['alx_sort_onfirst'] = $alx_sort_onfirst; $_SESSION['alx_sort_loc'] = $alx_sort_loc; -$locations = sqlarr('SELECT location FROM client_locations', '', 'location'); +$locations = sqlarr('SELECT location FROM client_locations where enabled="1"', '', 'location'); $locations[] = ''; if($_SESSION['alx_sort_krit']==null)