1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 01:54:12 +02:00

Batch Import can now read an .xml file of a matching name and use it's info during import for title and description. Batch XMLs will come later.

This commit is contained in:
CaMer0n
2012-07-12 01:43:38 +00:00
parent c59b733023
commit 90d3ecadcc
3 changed files with 83 additions and 8 deletions

View File

@@ -158,7 +158,13 @@ class e_file
{
$omit = array($omit);
}
if(count($omit))
{
$this->fileFilter = $omit;
}
}
while (false !== ($file = readdir($handle)))
{
if(is_dir($path.'/'.$file))