Thread: fatal error
View Single Post
Old 01-06-2010, 12:04 PM   #6 (permalink)
etoolbox
The Wanderer
Newcomer 
 
etoolbox's Avatar
 
Join Date: Dec 2008
Location: Auckland, NZ
Posts: 24
Thanks: 0
etoolbox is on a distinguished road
Default

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) {
__________________
Chris Hope's LAMP Blog: http://www.electrictoolbox.com/
etoolbox is offline  
Reply With Quote
The Following User Says Thank You to etoolbox For This Useful Post:
oshash (01-06-2010)