Changeset 445 for trunk/Common/Forms.php
- Timestamp:
- Oct 15, 2012, 6:41:56 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Forms.php
r442 r445 168 168 $Values = array(); 169 169 foreach($this->Definition['Items'] as $Index => $Item) 170 if(!array_key_exists($Item['Type'], $FormTypes) or 171 (array_key_exists($Item['Type'], $FormTypes) and ($FormTypes[$Item['Type']]['Type'] != 'ManyToOne'))) 170 172 { 171 173 //if(array_key_exists($Context.$Index, $_POST))
Note:
See TracChangeset
for help on using the changeset viewer.