Skip to content
Snippets Groups Projects
Commit 0df6975c authored by Uma's avatar Uma
Browse files

Api review comments are been addressed

parent 6a416196
No related branches found
No related tags found
Loading
Loading
  • Alan Lord @lord_alan ·
    Contributor

    @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?

  • Uma @uma.s ·
    Author Guest

    @lord_alan Right! Changes made Ref

  • Alan Lord @lord_alan ·
    Contributor

    👍

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment