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

@@ -3056,8 +3056,9 @@ class Processes {
}
}
else*/
/*if(isset($oData->gateways))
$this->createGatewayRows($oData->gateways);*/
if(isset($oData->gateways))
$this->createGatewayRows($oData->gateways);
$this->createDynaformRows($oData->dynaforms);
$this->createInputRows($oData->inputs);