Subversion Repositories computer_asset_manager_v1

Rev

Rev 1 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 49
Line 268... Line 268...
268
    where part_of = <device_id>
268
    where part_of = <device_id>
269
          and attrib.name = \'Slot\'
269
          and attrib.name = \'Slot\'
270
          and device.removed_date is null
270
          and device.removed_date is null
271
    order by device_attrib.value',
271
    order by device_attrib.value',
272
             'device_id++Device++select device_id,name from device where removed_date is null++select name from device where device_id = <value>', 1);
272
             'device_id++Device++select device_id,name from device where removed_date is null++select name from device where device_id = <value>', 1);
-
 
273
 
-
 
274
 
-
 
275
insert into _system( group_name,key_name,theValue,added_date ) values ( 'device view', 'SysInfo', 'callable.php:sysinfoView', now() );