Api review comments are been addressed
Loading
-
@uma.s I still don't get this?
Surely:
if ($noofrows) { for ($i = 0; $i < $noofrows; $i++) { $attachmentIds[] = vtws_getId($WsEntityId,$adb->query_result($result, $i, 'attachmentsid')); } }
Is all that is needed? Why treat a total of 1 row differently from >1 row?
-
@lord_alan Right! Changes made Ref
Please register or sign in to comment