Changeset 54 for trunk/Global.php
- Timestamp:
- Feb 1, 2020, 1:57:23 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Global.php
r52 r54 192 192 { 193 193 $Output = ''; 194 foreach ($this-> rItems as $Item)194 foreach ($this->Items as $Item) 195 195 { 196 196 if (($Item['Type'] == 'String') or ($Item['Type'] == 'Enumeration') or ($Item['Type'] == 'Boolean'))
Note:
See TracChangeset
for help on using the changeset viewer.