fixed filename extension

git-svn-id: http://yolanda.mister-muffin.de/svn@120 7eef14d0-6ed0-489d-bf55-20463b2d70db
This commit is contained in:
josch 2007-10-22 09:45:26 +00:00
parent ede7e62565
commit a840ef5c03

View file

@ -58,7 +58,7 @@ if($query->param('id'))
$sth->execute($query->param('id')); $sth->execute($query->param('id'));
print $query->header(-type=>'application/x-download', print $query->header(-type=>'application/x-download',
-attachment=>$title.".ogg"); -attachment=>$title.".ogv");
} }
#in both cases - do some slurp-eaze to the browser #in both cases - do some slurp-eaze to the browser