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/rp.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/rp.pl') diff --git a/bin/rp.pl b/bin/rp.pl index c5b1d9cc..752ea264 100755 --- a/bin/rp.pl +++ b/bin/rp.pl @@ -778,7 +778,7 @@ $gifi |; - if ($form->{menubar}) { + if ($form->{lynx}) { require "bin/menu.pl"; &menubar; } @@ -1700,7 +1700,7 @@ sub aging { } - if ($form->{menubar}) { + if ($form->{lynx}) { require "bin/menu.pl"; &menubar; } @@ -2505,7 +2505,7 @@ sub list_payments { |; - if ($form->{menubar}) { + if ($form->{lynx}) { require "bin/menu.pl"; &menubar; } -- cgit v1.2.3