From 2e8469efefafc2400e687b0ba7fdc563890c0675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 26 Apr 2006 20:55:01 +0000 Subject: [PATCH] fix export limitation --- libraries/export/xml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/export/xml.php b/libraries/export/xml.php index f3a1712b7..f38c7c255 100644 --- a/libraries/export/xml.php +++ b/libraries/export/xml.php @@ -6,7 +6,7 @@ * Set of functions used to build XML dumps of tables */ -if (isset($db) && strlen($db)) { /* Can't do server export */ +if (isset($GLOBALS['db']) && strlen($GLOBALS['db'])) { /* Can't do server export */ if (isset($plugin_list)) { $plugin_list['xml'] = array(