From: Rob H. <for...@us...> - 2002-08-15 03:13:33
|
Update of /cvsroot/sandweb/sandweb/bin In directory usw-pr-cvs1:/tmp/cvs-serv13909/bin Modified Files: sandweb.cgi Log Message: ack, broke the build :P needed a curly brace, not ) Index: sandweb.cgi =================================================================== RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v retrieving revision 1.315 retrieving revision 1.316 diff -U2 -r1.315 -r1.316 --- sandweb.cgi 15 Aug 2002 01:09:17 -0000 1.315 +++ sandweb.cgi 15 Aug 2002 03:13:30 -0000 1.316 @@ -1885,5 +1885,5 @@ my $module_name = $args{'module_name'}; my $filename = $args{'filename'}; - my $previous_url = $args{'previous_url'); + my $previous_url = $args{'previous_url'}; $log->debug("creating File object"); |