Changeset 502 for trunk/Common/Form/Form.php
- Timestamp:
- Mar 12, 2013, 10:58:10 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Form/Form.php
r501 r502 83 83 if(!array_key_exists($Item['Type'], $this->FormManager->FormTypes) or 84 84 (array_key_exists($Item['Type'], $this->FormManager->FormTypes) and 85 ($ $this->FormManager->FormTypes[$Item['Type']]['Type'] != 'ManyToOne')))85 ($this->FormManager->FormTypes[$Item['Type']]['Type'] != 'ManyToOne'))) 86 86 { 87 87 if(!array_key_exists($Index, $this->Values) and isset($Item['Default'])) $this->Values[$Index] = $Item['Default'];
Note:
See TracChangeset
for help on using the changeset viewer.