Changeset 448 for trunk/Common/Types/OneToMany.php
- Timestamp:
- Oct 16, 2012, 9:49:30 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Types/OneToMany.php
r447 r448 26 26 if(array_key_exists('Condition', $Type['Parameters'])) $Where = ' WHERE '.$Type['Parameters']['Condition']; 27 27 else $Where = ''; 28 print_r($Item);29 28 if(array_key_exists('Null', $Item) and $Item['Null']) 30 29 {
Note:
See TracChangeset
for help on using the changeset viewer.