The branch, master has been updated via 46b2ed8dddac3d0bc925a9d58c652cc4e95d6cfb (commit) from a384bef30bb8655809629232d21e47e792921dad (commit)
- Log ----------------------------------------------------------------- commit 46b2ed8dddac3d0bc925a9d58c652cc4e95d6cfb Author: Marc Delisle marc@infomarc.info Date: Thu Apr 15 11:24:31 2010 -0400
current bytes uploaded was displayed as undefined
-----------------------------------------------------------------------
Summary of changes: libraries/display_import.lib.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libraries/display_import.lib.php b/libraries/display_import.lib.php index c1d94c5..2d5d526 100644 --- a/libraries/display_import.lib.php +++ b/libraries/display_import.lib.php @@ -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); ?>');
hooks/post-receive