>Hi i want to change the message date from some messages as if they are
>older, and i can only change it to newer.  And i don't have suppose year
>1970, etc.  I can only start from today in advance, but never an old date.

In lib-common.php, function COM_getYearFormOptions(), change this line

    $start_year = $cur_year;

to something like

    $start_year = 1999;

or whatever you would like to have as the earliest year.

bye, Dirk


-- 
http://www.haun-online.de/
http://www.macosx-faq.de/

Reply via email to