--- alx-src/trunk/alx-web/show.php 2008/06/05 20:45:46 464 +++ alx-src/trunk/alx-web/show.php 2008/06/05 20:46:44 465 @@ -29,7 +29,7 @@ $drop['keyboard'] = array('kbd'); $drop['cfg_network_module'] = array('auto','3c59x', '8139too', '8139cp', 'e100', 'ne2k-pci', 'pcnet32', 'sis900', 'via-rhine', 'zd1211'); $drop['networking'] = array('dhcp', 'static'); - $drop['default_iface'] = sqlarr('SELECT iface FROM cfg_network_interfaces where serial='.$id, 'default_iface', 'iface'); + $drop['default_iface'] = sqlarr('SELECT iface FROM cfg_interfaces where serial='.$id, 'default_iface', 'iface'); $drop['iface'] = 'show'; $drop['port'] = array('lpt1', 'com1', 'com2', 'lpd', 'socket', 'ipp'); $drop['location'] = sqlarr('SELECT location FROM client_locations', '', 'location');