program/steps/addressbook/func.inc | ●●●●● patch | view | raw | blame | history |
program/steps/addressbook/func.inc
@@ -616,9 +616,10 @@ if ($colprop['subtypes'] || $colprop['limit'] != 1) $colprop['array'] = true; // load jquery UI datepickert for date fields // load jquery UI datepicker for date fields if ($colprop['type'] == 'date') { $colprop['class'] .= ($colprop['class'] ? ' ' : '') . 'datepicker'; if (!$colprop['render_func']) $val = rcmail_format_date_col($val); }