From f2cc5ce11878176e3fe9d2bd723ca483ffebbbfc Mon Sep 17 00:00:00 2001 From: christopherm Date: Fri, 13 Oct 2006 17:16:34 +0000 Subject: $form->{menubar} is now deprecated, replaced with $form->{lynx} which will be used for all lynx related things git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@212 4979c152-3d1c-0410-bac9-87ea11338e46 --- bin/aa.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/aa.pl') diff --git a/bin/aa.pl b/bin/aa.pl index 5f8edb83..aa6f8d67 100755 --- a/bin/aa.pl +++ b/bin/aa.pl @@ -739,7 +739,7 @@ sub form_footer { } - if ($form->{menubar}) { + if ($form->{lynx}) { require "bin/menu.pl"; &menubar; } @@ -1198,7 +1198,7 @@ sub search { |; - if ($form->{menubar}) { + if ($form->{lynx}) { require "bin/menu.pl"; &menubar; } @@ -1595,7 +1595,7 @@ sub transactions { } } - if ($form->{menubar}) { + if ($form->{lynx}) { require "bin/menu.pl"; &menubar; } -- cgit v1.2.3