fixed test

git-svn-id: http://yolanda.mister-muffin.de/svn@73 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
josch 2007-10-16 19:45:55 +00:00
parent d13ba39fcf
commit cf90466672

View file

@ -7,7 +7,7 @@ $query = CGI->new(\&hook);
$session = new CGI::Session; $session = new CGI::Session;
sub hook sub hook
{ {hhg
#this is going to become an ajax progress bar #this is going to become an ajax progress bar
#alternatively, reloading every N seconds (mozilla doesn't flicker) #alternatively, reloading every N seconds (mozilla doesn't flicker)
my ($filename, $buffer, $bytes_read, $data) = @_; my ($filename, $buffer, $bytes_read, $data) = @_;