summaryrefslogtreecommitdiff
path: root/bin/login.pl
diff options
context:
space:
mode:
authortetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-21 22:58:45 +0000
committertetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-21 22:58:45 +0000
commit981ab3d002eaee83bd6668a48e26bab66f442b6e (patch)
treedbe10f784c868a45a6c97fed8800f36a68426092 /bin/login.pl
parentcce5f5bd1e39970939efe0cd4a6bdfbf3efba005 (diff)
Removing Locale::findsub
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@261 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin/login.pl')
-rwxr-xr-xbin/login.pl2
1 files changed, 1 insertions, 1 deletions
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;