Changeset 11795

Show
Ignore:
Timestamp:
08/29/07 12:44:27 (1 year ago)
Author:
bergie
Message:

Fix documentation on productgroups

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/org.openpsa.products/viewer.php

    r11581 r11795  
    272272            foreach ($schema->fields as $fieldname => $field_setup) 
    273273            { 
     274                if ($fieldname == 'productGroup') 
     275                { 
     276                    $fieldname = 'productgroup'; 
     277                    $field_setup['required'] = true; 
     278                } 
    274279                $schema_string .= "\n_{$field_setup['type']}_ `{$fieldname}`"; 
    275280                if ($field_setup['required'])