[svn r10490] path real progress bar for the upload

skala
Eric Marguin 18 years ago
parent 3e0a9ad065
commit 1839a4f36c
  1. 2
      main/inc/lib/formvalidator/FormValidator.class.php

@ -226,7 +226,7 @@ EOT;
*/
function add_real_progress_bar($upload_id, $delay=2)
{
if(phpversion()<'5.2')
if(function_exists('uploadprogress_get_info'))
{
$this -> add_progress_bar($delay);
return;

Loading…
Cancel
Save