Hi guys, quick update
Spoken with Nabeel and my new understanding ::
In the module code as given above, the closing seems to be completely wrong as the $update is being used. The call to updateAircraft should be replaced with the editAircraft parameter instead!
This said, I am also unsure about the whole sql section belong the actual closing as the API should handle this.
Finally, here is what I have now BUT I am NOT sure about what values I need to include::
OperationsData::editAircraft(array(
 'id' => THE ID
 'cond' => $cond
));
NOW, I am not sure about what should be placed in THE ID ...
Could anyone please check on this for me and give update as I am sure this will have this mod working hope this helps,
Waiting for some feedback,