The branch, master has been updated
via dd2dc3a5a7665a09bd128571ea1ac9a4389d68db (commit)
from 872a2e60796886abe706d1d548537ecdc9bab0d4 (commit)
- Log -----------------------------------------------------------------
commit dd2dc3a5a7665a09bd128571ea1ac9a4389d68db
Author: Michal Čihař <[email protected]>
Date: Fri Aug 5 08:19:18 2011 +0200
Shortcut when export can not work
-----------------------------------------------------------------------
Summary of changes:
libraries/export/xml.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/libraries/export/xml.php b/libraries/export/xml.php
index 216055c..3e4bda2 100644
--- a/libraries/export/xml.php
+++ b/libraries/export/xml.php
@@ -11,6 +11,8 @@ if (! defined('PHPMYADMIN')) {
}
if (strlen($GLOBALS['db'])) { /* Can't do server export */
+ return;
+}
if (isset($plugin_list)) {
$plugin_list['xml'] = array(
@@ -365,6 +367,5 @@ if (isset($plugin_list)) {
return true;
} // end of the 'PMA_getTableXML()' function
- }
}
?>
hooks/post-receive
--
phpMyAdmin
------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts.
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git