Changeset 485 for trunk/Common/Forms.php
- Timestamp:
- Feb 10, 2013, 12:28:22 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Forms.php
r484 r485 143 143 $Values = array(); 144 144 foreach($this->Definition['Items'] as $Index => $Item) 145 { 146 if(!array_key_exists('ReadOnly', $Item)) $Item['ReadOnly'] = false; 147 if($Item['ReadOnly'] == false) 145 148 if(!array_key_exists($Item['Type'], $FormTypes) or 146 149 (array_key_exists($Item['Type'], $FormTypes) and ($FormTypes[$Item['Type']]['Type'] != 'ManyToOne'))) … … 166 169 167 170 //echo($DbRow[$Index].'='.$this->Values[$Index].'<br/>'); 171 } 168 172 } 169 173 if($Id == 0)
Note:
See TracChangeset
for help on using the changeset viewer.