mirror of
https://github.com/e107inc/e107.git
synced 2025-08-15 19:14:09 +02:00
More import work
This commit is contained in:
@@ -493,7 +493,7 @@ class import_main_ui extends e_admin_ui
|
||||
<td >$importType ".LAN_CONVERT_24."</td>
|
||||
<td >";
|
||||
|
||||
$defCheck = (count($proObj->supported==1)) ? true : false;
|
||||
$defCheck = (count($proObj->supported)==1) ? true : false;
|
||||
foreach ($this->importTables as $k => $v)
|
||||
{
|
||||
if(in_array($k, $proObj->supported)) // display only the options supported.
|
||||
|
Reference in New Issue
Block a user