Changed double-quotes to single
This commit is contained in:
@@ -53,8 +53,8 @@ class FContact
|
|||||||
|
|
||||||
if (is_null($update)) {
|
if (is_null($update)) {
|
||||||
// update record occasionally so it doesn't get stale
|
// update record occasionally so it doesn't get stale
|
||||||
$d = strtotime($person["updated"]." +00:00");
|
$d = strtotime($person['updated'] . ' +00:00');
|
||||||
if ($d < strtotime("now - 14 days")) {
|
if ($d < strtotime('now - 14 days')) {
|
||||||
$update = true;
|
$update = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user