Changeset 1149

Show
Ignore:
Timestamp:
09/25/08 14:32:36 (2 months ago)
Author:
bermiferrer
Message:

Making detail columns default as text on the installer

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/AkInstaller.php

    r1136 r1149  
    521521        return array( 
    522522        '/^\*(.*)$/i' => array(&$this,'_castToMultilingualColumn'), 
    523         '/^(description|content|body)$/i' => '\1 text', 
     523        '/^(description|content|body|details)$/i' => '\1 text', 
    524524        '/^(lock_version)$/i' => '\1 integer default \'1\'', 
    525525        '/^(.+_count)$/i' => '\1 integer default \'0\'',