| xqd
@@ -204,7 +204,7 @@ if (!function_exists('get_user_distance')) {
|
|
|
$data = get_distance($coordinate['latitude'], $coordinate['longitude'], $lat, $lng);
|
|
|
return $data;
|
|
|
}
|
|
|
-}{
|
|
|
+}
|
|
|
|
|
|
if (!function_exists('numBirthday')){
|
|
|
/**
|
| xqd
@@ -477,7 +477,7 @@ if (!function_exists('numDays')){
|
|
|
$Days=round(($d1-$d2)/3600/24);
|
|
|
return $Days;
|
|
|
}
|
|
|
-}}
|
|
|
+}
|
|
|
|
|
|
|
|
|
|