1
0
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:
Cameron
2013-03-06 01:23:30 -08:00
parent bf435ceb03
commit acf872a310
3 changed files with 63 additions and 8 deletions

View File

@@ -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.