summaryrefslogtreecommitdiff
path: root/scripts/admin.pl
diff options
context:
space:
mode:
authoraurynn_cmd <aurynn_cmd@4979c152-3d1c-0410-bac9-87ea11338e46>2007-09-12 21:33:42 +0000
committeraurynn_cmd <aurynn_cmd@4979c152-3d1c-0410-bac9-87ea11338e46>2007-09-12 21:33:42 +0000
commit94de37d5281facd3db21d0356a2c9962f9e55e7d (patch)
treed1a9f6b0d36133d023192ffb2a1699254299087a /scripts/admin.pl
parent975c00a13c4695f1d3c0ac727e4bedd2d937a8b3 (diff)
Fixes to location.pm, to correct problems with strict and lack of namespacing of $ref and $self.
addition of require lsmb-request to admin.pl and customer.pl git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1579 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'scripts/admin.pl')
-rw-r--r--scripts/admin.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/admin.pl b/scripts/admin.pl
index 64fefcb9..55b87a1a 100644
--- a/scripts/admin.pl
+++ b/scripts/admin.pl
@@ -1,4 +1,6 @@
-package LedgerSMB::Scripts::Admin;
+package LedgerSMB::Scripts::admin;
+
+require '../lsmb-request.pl';
use LedgerSMB::Template;
use LedgerSMB::DBObject::Admin;