From 62af3468443c2d4d226f49dd4fc14b65487db7fd Mon Sep 17 00:00:00 2001 From: Atul Pratap Singh Date: Sat, 31 Mar 2012 13:31:13 +0530 Subject: [PATCH] Fix typo introduced in 89fc70 --- libraries/parse_analyze.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/parse_analyze.lib.php b/libraries/parse_analyze.lib.php index b9ebd577d9..69759204f6 100644 --- a/libraries/parse_analyze.lib.php +++ b/libraries/parse_analyze.lib.php @@ -52,7 +52,7 @@ if ($is_select) { $db = $prev_db; } // Nijel: don't change reload, if we already decided to reload in import - if (empty($reload) && empty($GLOBALS['ajax_request'])) { + if (empty($reload) && empty($GLOBALS['is_ajax_request'])) { $reload = ($db == $prev_db) ? 0 : 1; } }