summaryrefslogtreecommitdiff
path: root/scripts/admin.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/admin.pl')
-rw-r--r--scripts/admin.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/admin.pl b/scripts/admin.pl
index 9947b501..18fb0ca8 100644
--- a/scripts/admin.pl
+++ b/scripts/admin.pl
@@ -10,7 +10,6 @@ sub new_user {
# uses the same page as create_user, only pre-populated.
#my ($class, $request) = @_;
- my $class = shift @_;
my $request = shift @_;
my $admin = LedgerSMB::DBObject::Admin->new(base=>$request, copy=>'all');
@@ -154,7 +153,7 @@ sub __default {
my ($class, $request) = @_;
- # check for login
+ # TODO: check for login stuff.
my $template;
$template = LedgerSMB::Template->new( user=>$user,
template=>'Admin/main', language=>$user->{language},