Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Srnka <tomas.srnka@gmail.com>2010-03-02 12:28:56 +0300
committerTomas Srnka <tomas.srnka@gmail.com>2010-03-02 12:28:56 +0300
commit9e8618c4f9478dbcd7ecd76acb1d7afd075b32b4 (patch)
tree1737ced561a7b6ce3d8a49118f7ecbc440a544cf /import_status.php
parent4cfa667b97e89bd6ed72f3b198c99e26cb2fec24 (diff)
Import progress bar fix from GIT
Diffstat (limited to 'import_status.php')
-rw-r--r--import_status.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/import_status.php b/import_status.php
index 93cd7ba00e..dccd41fddd 100644
--- a/import_status.php
+++ b/import_status.php
@@ -18,6 +18,7 @@ if (isset($GLOBALS["message"]) && $GLOBALS["message"]) {
header('Content-type: text/html');
+ usleep(300000); // wait 0.3 sec before we check for $_SESSION variable, which is set inside import.php
while ($_SESSION['Import_message']['message'] == null) { // wait until message is available
usleep(250000); // 0.25 sec
}