Changeset 17967

Show
Ignore:
Timestamp:
10/06/08 14:06:40 (2 months ago)
Author:
bergie
Message:

Add rating widget to prevent notices if schema change fails

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/org.routamc.photostream/config/schemadb_default.inc

    r17961 r17967  
    233233            ), 
    234234        ), 
     235        'rating' => Array 
     236        ( 
     237            'title' => 'rating', 
     238            'storage' => 'rating', 
     239            'type' => 'select', 
     240            'type_config' => Array 
     241            ( 
     242                'options' => Array 
     243                ( 
     244                    0 => '', 
     245                    1 => '*', 
     246                    2 => '**', 
     247                    3 => '***', 
     248                    4 => '****', 
     249                    5 => '*****', 
     250                ), 
     251            ), 
     252            'widget' => 'select', 
     253            'hidden' => true, 
     254        ), 
    235255        'private' => Array 
    236256        (