Magellan Linux

Diff of /alx-src/branches/alx-web-070/index.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 7994 by niro, Tue Nov 3 13:33:12 2015 UTC revision 7995 by niro, Mon Dec 14 08:11:29 2015 UTC
# Line 9  $_SESSION['alx_sort_krit'] = $alx_sort_k Line 9  $_SESSION['alx_sort_krit'] = $alx_sort_k
9  $_SESSION['alx_sort_onfirst'] = $alx_sort_onfirst;  $_SESSION['alx_sort_onfirst'] = $alx_sort_onfirst;
10  $_SESSION['alx_sort_loc'] = $alx_sort_loc;  $_SESSION['alx_sort_loc'] = $alx_sort_loc;
11    
12  $locations = sqlarr('SELECT location FROM client_locations', '', 'location');  $locations = sqlarr('SELECT location FROM client_locations where enabled="1"', '', 'location');
13  $locations[] = '';  $locations[] = '';
14    
15  if($_SESSION['alx_sort_krit']==null)  if($_SESSION['alx_sort_krit']==null)

Legend:
Removed from v.7994  
changed lines
  Added in v.7995