summaryrefslogtreecommitdiff
path: root/bin/admin.pl
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-12-05 03:02:39 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-12-05 03:02:39 +0000
commit129b3c2b70412e7fe99065f7edc9fafd39d2f2b5 (patch)
tree4915af12d74ecbc7ff1502ae178cd0746fac1cc3 /bin/admin.pl
parent0d597c59f2fd55cde905f2c233fe3d0b8c29c3b8 (diff)
Fixing all bug-1607680-like problems
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@716 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin/admin.pl')
-rwxr-xr-xbin/admin.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/admin.pl b/bin/admin.pl
index 69369504..1a0a765b 100755
--- a/bin/admin.pl
+++ b/bin/admin.pl
@@ -270,7 +270,6 @@ sub list_users {
$href =~ s/ /%20/g;
$member{$key}{templates} =~ s/^${LedgerSMB::Sysconfig::templates}\///;
- $member{$key}{dbhost} = 'localhost' unless $member{$key}{dbhost};
$column_data{login} = qq|<td><a href="$href">$key</a></td>|;
$column_data{name} = qq|<td>$member{$key}{name}</td>|;