Changed all numeric constants to the new defined constants. A huge task.
[fa-stable.git] / includes / date_functions.inc
index 089eeb7e3fbc3c730ff0906ee53b677f1caa4920..5f9f0bc802e13fe72e6ef0da9cfba26e6e0adf1e 100644 (file)
@@ -418,7 +418,7 @@ function date1_greater_date2 ($date1, $date2)
 }
 
 
-function date_diff ($date1, $date2, $period) 
+function date_diff2 ($date1, $date2, $period) 
 {
 
 /* expects dates in the format specified in $DefaultDateFormat - period can be one of 'd','w','y','m'