1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Export path mods

This commit is contained in:
CaMer0n
2009-09-10 09:49:01 +00:00
parent 4011d77fe1
commit c1a46151c9
2 changed files with 26 additions and 7 deletions

View File

@@ -9,8 +9,8 @@
* Administration - Database Utilities
*
* $Source: /cvs_backup/e107_0.8/e107_admin/db.php,v $
* $Revision: 1.30 $
* $Date: 2009-09-06 01:02:01 $
* $Revision: 1.31 $
* $Date: 2009-09-10 09:49:01 $
* $Author: e107coders $
*
*/
@@ -729,6 +729,10 @@ function exportXmlFile($prefs,$tables,$package=FALSE,$debug=FALSE)
$xml->convertFilePaths = TRUE;
$xml->filePathDestination = EXPORT_PATH;
$xml->filePathPrepend = array(
'news_thumbnail' => "{e_IMAGE}newspost_images/"
);
$desinationFolder = $tp->replaceConstants($xml->filePathDestination);