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 Apr 19, 2024 2:55 pm

All times are UTC + 10 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Language related Bugs
PostPosted: Tue Oct 03, 2006 10:20 pm 
Offline
Moderator

Joined: Sun Aug 06, 2006 1:13 am
Posts: 362
Location: Germany
Hy,

please post here all Bugs, which based on translations. For Example sql-querys.


Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: Tue Oct 03, 2006 10:20 pm 
Offline
Moderator

Joined: Sun Aug 06, 2006 1:13 am
Posts: 362
Location: Germany
Matze:

In [color=red]list_viewdef_hotfixes_patches_for_system.php[/color] the code select all patches but for Brazilian Portuguese "updates" is "atualização".
for correct report, this insertion in code is necessary:

[code]"sql"=>"SELECT software_name, software_version, software_publisher, software_url FROM software, system WHERE software_uuid = '".$_REQUEST["pc"]."' AND (software_name LIKE '%hotfix%' OR software_name LIKE '%update%' OR software_name LIKE '%Atualiz%'OR software_name LIKE '%Service Pack%') AND software_uuid = system_uuid AND software_timestamp = system_timestamp "[/code]

other insertion in [color=red]list_viewdef_software_for_system.php[/color] , same word

[code] "sql"=>"SELECT software_name, software_version, software_publisher, software_url FROM software, system WHERE system_uuid = '".$_REQUEST["pc"]."' AND software_name NOT LIKE '%hotfix%' AND software_name NOT LIKE '%update%' AND software_name NOT LIKE '%Service Pack%' AND software_name NOT LIKE '%Atualiza%' AND software_uuid = system_uuid AND software_timestamp = system_timestamp GROUP BY software_name, software_version ",[/code]

Tks!


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.  [ 2 posts ] 

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