If the string "All" is translated in the .po file, the RA Operator cannot see all requests. This patch fixes it.

Julio

diff -ruN --exclude=CVS --exclude='.#*' --exclude='*~' 
openca-0.9-orig/src/common/lib/cmds/listReqs openca-0.9/src/common/lib/cmds/listReqs
--- openca-0.9-orig/src/common/lib/cmds/listReqs        Mon Sep 30 12:35:09 2002
+++ openca-0.9/src/common/lib/cmds/listReqs     Fri Oct 18 12:35:08 2002
@@ -54,6 +54,8 @@
 my $page   = $query->getFile( "$sheet" );
 my $uptime = $tools->getDate();
 my $ra     = ( $query->param('ra') or "All" );
+
+$ra = "All" if $ra eq gettext("All");
  
 configError ( i18nGettext ("Error loading Page __PAGE__!", "__PAGE__", $sheet) ) if ( 
not $page);
 


Reply via email to