summaryrefslogtreecommitdiff
path: root/bin/am.pl
diff options
context:
space:
mode:
authorjasonjayr <jasonjayr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-30 06:12:23 +0000
committerjasonjayr <jasonjayr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-30 06:12:23 +0000
commitbe3106f42bbcace6790f2ddc9c443978d93c3373 (patch)
tree1f988ff1f63010e991c8a5f544294327c78b33a5 /bin/am.pl
parente649e143243aa56a78918ad553748df70cf84094 (diff)
Changed LedgerSMB/User.pm to be package LedgerSMB::User, and changed all the modules that currently call it.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@389 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin/am.pl')
-rwxr-xr-xbin/am.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/am.pl b/bin/am.pl
index 68a2827c..9a908e28 100755
--- a/bin/am.pl
+++ b/bin/am.pl
@@ -2044,7 +2044,7 @@ sub config {
for (qw(name company address signature)) { $myconfig{$_} = $form->quote($myconfig{$_}) }
for (qw(address signature)) { $myconfig{$_} =~ s/\\n/\n/g }
- %countrycodes = User->country_codes;
+ %countrycodes = LedgerSMB::User->country_codes;
$countrycodes = '';
foreach $key (sort { $countrycodes{$a} cmp $countrycodes{$b} } keys %countrycodes) {