Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-unwin committed May 17, 2016
2 parents bd503bf + 51cc8e7 commit 6ae9e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code_igniter/application/models/m_oa_general.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function get_system_document_api($table = '', $system_id = '')
return;
}
if ($table == 'system') {
$sql = 'SELECT system_id, hostname, fqdn, man_ip_address, man_type, man_class, os_version, man_function, man_environment, man_status, man_description, man_os_group, man_os_family, man_os_name, man_manufacturer, man_model, man_serial, man_form_factor, man_vm_group, uptime, oa_location.name, last_seen, last_seen_by, icon, snmp_oid, sysDescr, sysObjectID, sysUpTime, sysContact, sysName, sysLocation FROM system LEFT JOIN oa_location ON system.man_location_id = oa_location.id WHERE system_id = ?';
$sql = 'SELECT system_id, hostname, fqdn, man_ip_address, man_type, man_class, os_version, man_function, man_environment, man_status, man_description, man_os_group, man_os_family, man_os_name, man_manufacturer, man_model, man_serial, man_form_factor, man_vm_group, uptime, oa_location.name, last_seen, last_seen_by, system.icon, snmp_oid, sysDescr, sysObjectID, sysUpTime, sysContact, sysName, sysLocation FROM system LEFT JOIN oa_location ON system.man_location_id = oa_location.id WHERE system_id = ?';
$sql = $this->clean_sql($sql);

}
Expand Down

0 comments on commit 6ae9e9f

Please sign in to comment.