From: Nick J. <nje...@us...> - 2002-01-26 23:30:56
|
Update of /cvsroot/sandweb/sandweb/bin In directory usw-pr-cvs1:/tmp/cvs-serv3384/bin Modified Files: sandweb.cgi Log Message: * fixed browse menu bug (for real this time) Index: sandweb.cgi =================================================================== RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v retrieving revision 1.127 retrieving revision 1.128 diff -U2 -r1.127 -r1.128 --- sandweb.cgi 2002/01/26 23:29:58 1.127 +++ sandweb.cgi 2002/01/26 23:30:54 1.128 @@ -307,5 +307,5 @@ # main menu to browse section. sub browse_menu { - %args = @_; + my %args = @_; my $cookie = $args{'cookie'}; |