Foren / Cotonti / Support / Dates after Genoa 0.6.18

Xerora
#30494 17. August 2011, 22:56

Open system/core/page/page.edit.inc.php and change line 250:

$pag['page_date'] = sed_selectbox_date($pag['page_date'] + $usr['timezone'] * 3600, 'long', 2030, 2000);

to:

$pag['page_date'] = sed_selectbox_date($pag['page_date'] + $usr['timezone'] * 3600, 'long', '', 2030, 2000);

Or download this file: https://raw.github.com/Cotonti/Cotonti/genoa/system/core/page/page.edit.inc.php and replace your old file with this one


Dieser Beitrag wurde von Xerora (am 17. August 2011, 23:01, vor 13 Jahre) bearbeitet