From 981ab3d002eaee83bd6668a48e26bab66f442b6e Mon Sep 17 00:00:00 2001 From: tetragon Date: Sat, 21 Oct 2006 22:58:45 +0000 Subject: Removing Locale::findsub git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@261 4979c152-3d1c-0410-bac9-87ea11338e46 --- bin/login.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/login.pl') diff --git a/bin/login.pl b/bin/login.pl index d1712383..fbfdf431 100755 --- a/bin/login.pl +++ b/bin/login.pl @@ -66,7 +66,7 @@ $form->{titlebar} = "LedgerSMB ".$locale->text('Version'). " $form->{version}"; if ($form->{action}) { $form->{titlebar} .= " - $myconfig{name} - $myconfig{dbname}"; - &{ $locale->findsub($form->{action}) }; + &{ $form->{action} }; } else { &login_screen; -- cgit v1.2.3