Fixes #1278 Api review comments are been addressed
Merge request reports
Activity
Filter activity
mentioned in commit 6f014d9a
@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