Registrations to Open-AudIT forums are now closed. To ask any new questions please visit Opmantek Community Questions.

Open-AudIT

What's on your network?
It is currently Fri Mar 29, 2024 2:10 am

All times are UTC + 10 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
PostPosted: Wed Aug 23, 2006 12:31 am 
Offline
Newbie

Joined: Wed Aug 23, 2006 12:20 am
Posts: 2
Hi,

Isn't it more logical to sort the systems discovered by date instead of name ?

order by system_first_timestamp instead of system_name (index.php line 96)

[code]
if ($show_system_discovered == "y") {
$sql = "SELECT system_name, net_ip_address, system_uuid, system_first_timestamp FROM system ";
$sql .= "WHERE system_first_timestamp > '" . adjustdate(0,0,-$system_detected) . "000000' ORDER BY system_first_timestamp";[/code]

and line 146
[code]
if ($show_systems_not_audited == "y") {
$sql = "SELECT system_name, net_ip_address, system_uuid, system_timestamp FROM system WHERE ";
$sql .= "system_timestamp < '" . adjustdate(0,0,-$days_systems_not_audited) . "000000' ORDER BY system_timestamp";
[/code]


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC + 10 hours


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group