Changeset 11795
- Timestamp:
- 08/29/07 12:44:27 (1 year ago)
- Files:
-
- trunk/midcom/org.openpsa.products/viewer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midcom/org.openpsa.products/viewer.php
r11581 r11795 272 272 foreach ($schema->fields as $fieldname => $field_setup) 273 273 { 274 if ($fieldname == 'productGroup') 275 { 276 $fieldname = 'productgroup'; 277 $field_setup['required'] = true; 278 } 274 279 $schema_string .= "\n_{$field_setup['type']}_ `{$fieldname}`"; 275 280 if ($field_setup['required'])
