zendtech / IbmiToolkit

PHP frontend to XMLSERVICE for IBM i development.
BSD 3-Clause "New" or "Revised" License
46 stars 34 forks source link

i5_objects_list() in CW: USE_TIME name duplicated #135

Closed alanseiden closed 3 years ago

alanseiden commented 3 years ago

By mistake, the var name USE_TIME was given twice in i5_objects_list(). https://github.com/zendtech/IbmiToolkit/blob/e9852fb2fd4b593c1d33d084b60a0b39831bda1b/ToolkitApi/CW/cw.php#L2706 https://github.com/zendtech/IbmiToolkit/blob/e9852fb2fd4b593c1d33d084b60a0b39831bda1b/ToolkitApi/CW/cw.php#L2709

We have reviewed the naming used by commercial toolkits with which CW was providing compatibility, and found that the second one should have been named USE_INFUPD. The name USE_INFUPD matches the description Usage information updated for that field as well.

We will change the second use from USE_TIME to USE_INFUPD.