Quote:
Originally Posted by Christie
Worked out how to do it - thanks
|
how? Please and thanks....err.. nm.. here you go..
open commbull.php from the admin cp..
search
Quote:
<td><select name='fromyear'>".makedateselect(1999,2005,$datebi ts[2])."</select></td></tr></table></td></tr>";
|
and replace with
Quote:
<td><select name='fromyear'>".makedateselect(1999,2009,$datebi ts[2])."</select></td></tr></table></td></tr>";
|
that should work. Added it upto 2009.
Hope this is correct in all areas.. Worked for me.