From a70f1a8e11098d117d34a12b8cb64d7310842355 Mon Sep 17 00:00:00 2001 From: reliberate Date: Mon, 28 Mar 2016 14:28:10 -0600 Subject: [PATCH] Contact Timer: Replace PHP short tags. --- app/contacts/contact_timer.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/contacts/contact_timer.php b/app/contacts/contact_timer.php index e491771343..cf9ead4ea1 100644 --- a/app/contacts/contact_timer.php +++ b/app/contacts/contact_timer.php @@ -312,9 +312,9 @@ if (!permission_exists('contact_time_add')) { echo "access denied"; exit; } }); setTimeout(ajax_get, refresh); }; - + ajax_get(); - + }); //set window title to time when timer is running @@ -350,11 +350,11 @@ if (!permission_exists('contact_time_add')) { echo "access denied"; exit; }
- + - + - +