01-06-2010, 12:04 PM
|
#6 (permalink)
|
|
The Wanderer
Join Date: Dec 2008
Location: Auckland, NZ
Posts: 24
Thanks: 0
|
Change
function date_diff($date1, $date2) {
to
function date_diff_some_other_name_that_doesnt_clash_with_t he_built_in_function_of_the_same_name($date1, $date2) {
|
|
|
|