diff options
| author | cassiopc <cassiopc@gmail.com> | 2015-11-13 16:57:06 +0000 |
|---|---|---|
| committer | cassiopc <cassiopc@gmail.com> | 2015-11-13 16:57:06 +0000 |
| commit | 185fdc7c88e0f47830fb839af68a20f79cb78caa (patch) | |
| tree | 2afe6e8ff1de89d80567c1bb5ac53e4a39c772c2 /src/team | |
| parent | d4eb5ba1422574d1ec2c6d71dc8a8c2946769dac (diff) | |
| download | boca-185fdc7c88e0f47830fb839af68a20f79cb78caa.tar.gz boca-185fdc7c88e0f47830fb839af68a20f79cb78caa.zip | |
minor fixes
Diffstat (limited to 'src/team')
| -rw-r--r-- | src/team/run.php | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |