From ce5981a0ee9504822c594ee85b147dec3e0b6260 Mon Sep 17 00:00:00 2001 From: sp Date: Thu, 9 Jun 2022 00:40:08 +1000 Subject: [PATCH] update working copy from production server --- .idea/php.xml | 4 +++- ts.php | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.idea/php.xml b/.idea/php.xml index 329d0f0..d3e0cec 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -27,7 +27,9 @@ - + + diff --git a/ts.php b/ts.php index 006e42d..ca4218c 100644 --- a/ts.php +++ b/ts.php @@ -336,7 +336,7 @@ class AcareOffice{ if ($this->is_superadmin()) //skip return; - + $login = get_query_var( 'bts_user_id' ); $this->bts_job_start = get_query_var( 'bts_job_start' ); $this->bts_job_finish = get_query_var( 'bts_job_finish' );