From cf904666722cc772378e46fa3b64fd2bf1128975 Mon Sep 17 00:00:00 2001 From: josch Date: Tue, 16 Oct 2007 19:45:55 +0000 Subject: [PATCH] fixed test git-svn-id: http://yolanda.mister-muffin.de/svn@73 7eef14d0-6ed0-489d-bf55-20463b2d70db --- trunk/uploader.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/uploader.pl b/trunk/uploader.pl index 1b86dd7..4a748bd 100644 --- a/trunk/uploader.pl +++ b/trunk/uploader.pl @@ -7,7 +7,7 @@ $query = CGI->new(\&hook); $session = new CGI::Session; sub hook -{ +{hhg #this is going to become an ajax progress bar #alternatively, reloading every N seconds (mozilla doesn't flicker) my ($filename, $buffer, $bytes_read, $data) = @_;