From 185fdc7c88e0f47830fb839af68a20f79cb78caa Mon Sep 17 00:00:00 2001 From: cassiopc Date: Fri, 13 Nov 2015 16:57:06 +0000 Subject: minor fixes --- src/team/run.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/team/run.php b/src/team/run.php index b14d387..a5f9993 100644 --- a/src/team/run.php +++ b/src/team/run.php @@ -151,7 +151,7 @@ if (isset($_POST["problem"]) && isset($_POST["language"]) && } ///////CASO DE COMECAR MAIS TARDE NO CENTRALIZADO - if(substr($_SESSION["usertable"]["username"],0,3) == 'XXX') { + if(false && substr($_SESSION["usertable"]["username"],0,3) == 'XXX') { $param['rundate']=$param['rundate'] - 60*10; // 10 minutos $param['rundatediff']=$param['rundatediff'] - 60*10; } @@ -168,7 +168,7 @@ if (isset($_POST["problem"]) && isset($_POST["language"]) && exit; } ///////CASO DE COMECAR MAIS TARDE NO CENTRALIZADO - if(substr($_SESSION["usertable"]["username"],0,3) == 'XXX') { + if(false && substr($_SESSION["usertable"]["username"],0,3) == 'XXX') { $param['rundate']=$param['rundate'] - 60*10; // 10 minutos $param['rundatediff']=$param['rundatediff'] - 60*10; } -- cgit v1.2.3