From 5f24c101474901bf5607fcad189d287b43c5d799 Mon Sep 17 00:00:00 2001 From: aurynn_cmd Date: Thu, 20 Sep 2007 20:06:53 +0000 Subject: Removal of extra new_user function from admin.pl. Updates to DBObject.pm to remove treatment of argument list as a hashref. Update to LedgerSMB.pm to add s bare sub DESTROY so as not to trigger weird behaviour from using AUTOLOAD. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1636 4979c152-3d1c-0410-bac9-87ea11338e46 --- lsmb-request.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lsmb-request.pl') diff --git a/lsmb-request.pl b/lsmb-request.pl index 2edd45be..5c75d6f3 100644 --- a/lsmb-request.pl +++ b/lsmb-request.pl @@ -56,5 +56,5 @@ $script = "LedgerSMB::Scripts::$script"; $script->can($request->{action}) || $request->error($locale->text("Action Not Defined: ") . $request->{action}); -$script->can($request->{action})->($request); +$script->can( $request->{action} )->($request); 1; -- cgit v1.2.3