current bytes uploaded was displayed as undefined

This commit is contained in:
Marc Delisle
2010-04-15 11:24:31 -04:00
parent a384bef30b
commit 46b2ed8ddd

View File

@@ -61,7 +61,7 @@ if ($_SESSION[$SESSION_KEY]["handler"]!="noplugin") {
finished = response.finished;
percent = response.percent;
total = response.total;
complete = total.complete;
complete = response.complete;
if (total==0 && complete==0 && percent==0) {
$('#upload_form_status_info').html('<img src="<?php echo $GLOBALS['pmaThemeImage'];?>ajax_clock_small.gif" alt="ajax clock" /> <?php echo PMA_jsFormat($strImportLargeFileUploading); ?>');