diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-10-08 05:02:21 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-10-08 05:02:21 +0000 |
commit | 31d92e4c9d00b42f4169baacd8fdc6c6325ff567 (patch) | |
tree | 868aefb9c731ecf33b72ea58240e62ec4c6c429c /scripts | |
parent | 8cdda6c118db985392ce19d8ae1d1a0788066ca7 (diff) |
More authentication fixes.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1717 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/menu.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/menu.pl b/scripts/menu.pl index f873398f..ad362c1c 100644 --- a/scripts/menu.pl +++ b/scripts/menu.pl @@ -105,6 +105,7 @@ there nodes which are supposed to be open are marked. sub expanding_menu { my ($request) = @_; + print STDERR 'Breakpoint\n'; if ($request->{'open'} !~ s/:$request->{id}:/:/){ $request->{'open'} .= ":$request->{id}:"; } |