Changeset 445 for trunk/Common/Forms.php
- Timestamp:
- Oct 15, 2012, 6:41:56 PM (13 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/Common/Forms.php (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/Common/Forms.phpr442 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.
  
