mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 21:32:09 +02:00
Closes #2309 - AdminUI Batch Export option added.
This commit is contained in:
@@ -1735,7 +1735,7 @@ function exportXmlFile($prefs,$tables=array(),$plugPrefs, $package=FALSE,$debug=
|
||||
}
|
||||
}
|
||||
|
||||
$mode = ($debug === true) ? "debug" : false;
|
||||
$mode = ($debug === true) ? array( "debug" =>1) : null;
|
||||
|
||||
if($xml->e107Export($prefs,$tables,$plugPrefs, $mode))
|
||||
{
|
||||
|
Reference in New Issue
Block a user