loading standalone gateways and events during export and import

This commit is contained in:
safan
2011-02-24 13:09:08 +00:00
parent eb77ec83a2
commit b5e131bc96
4 changed files with 26 additions and 23 deletions

View File

@@ -415,7 +415,11 @@ class Tasks
$oGateway = new Gateway();
if($oGateway->gatewayExists ($row['GAT_UID']))
$oGateway->remove($row['GAT_UID']);
$res = $oGateway->createRow($row);
if($row['TAS_UID'] != '' && $row['GAT_NEXT_TASK'] != '')
continue;
else
$res = $oGateway->createRow($row);
}
return;
}