Floats don't have rows

This commit is contained in:
Nathan Gray 2014-12-08 22:13:25 +00:00
parent 7760ea36ad
commit bdcf3df195

View File

@ -79,7 +79,7 @@ class customfields
*/
public static $type_attribute_flags = array(
'text' => array('cf_len' => true, 'cf_rows' => true),
'float' => array('cf_len' => true, 'cf_rows' => true),
'float' => array('cf_len' => true),
'label' => array('cf_values' => true),
'select' => array('cf_len' => false, 'cf_rows' => true, 'cf_values' => true),
'date' => array('cf_len' => true, 'cf_rows' => false),