Magellan Linux

Diff of /alx-src/trunk/alx-web/show.php

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

revision 2710 by niro, Thu Jul 28 10:45:23 2011 UTC revision 2711 by niro, Wed Aug 3 13:57:12 2011 UTC
# Line 66  if($alxos>='0.6.0') Line 66  if($alxos>='0.6.0')
66  }  }
67  else  else
68  {  {
69   $drop['cfg_printers_port'] = array('lpt1', 'usb1', 'usb2', 'com1', 'com2', 'lpd', 'socket', 'ipp');   $drop['port'] = array('lpt1', 'usb1', 'usb2', 'com1', 'com2', 'lpd', 'socket', 'ipp');
70  }  }
71  $drop['location'] = sqlarr('SELECT location FROM client_locations', '', 'location');  $drop['location'] = sqlarr('SELECT location FROM client_locations', '', 'location');
72  $drop['id'] = 'hidden';  $drop['id'] = 'hidden';

Legend:
Removed from v.2710  
changed lines
  Added in v.2711