diff options
| -rw-r--r-- | boca-1.5.0.tgz | bin | 453522 -> 453538 bytes | |||
| -rw-r--r-- | boca-1.5.0/src/fcontest.php | 2 | ||||
| -rw-r--r-- | boca-1.5.0/tools/icpc.etc.tgz | bin | 8653 -> 8653 bytes |
3 files changed, 1 insertions, 1 deletions
diff --git a/boca-1.5.0.tgz b/boca-1.5.0.tgz Binary files differindex 0b33472..7811278 100644 --- a/boca-1.5.0.tgz +++ b/boca-1.5.0.tgz diff --git a/boca-1.5.0/src/fcontest.php b/boca-1.5.0/src/fcontest.php index 23ce241..c1bdb28 100644 --- a/boca-1.5.0/src/fcontest.php +++ b/boca-1.5.0/src/fcontest.php @@ -1205,7 +1205,7 @@ function DBNewUser($param, $c=null) { MSGError("Site $site does not exist"); return false; } - if($type=='team') $pass='!'.$pass; + //if($type=='team') $pass='!'.$pass; $sql = "insert into usertable (contestnumber, usersitenumber, usernumber, username, usericpcid, userfullname, " . "userdesc, usertype, userenabled, usermultilogin, userpassword, userpermitip) values " . "($contest, $site, $user, '$username', '$usericpcid', '$userfull', '$userdesc', '$type', '$enabled', " . diff --git a/boca-1.5.0/tools/icpc.etc.tgz b/boca-1.5.0/tools/icpc.etc.tgz Binary files differindex a22ef21..f07088f 100644 --- a/boca-1.5.0/tools/icpc.etc.tgz +++ b/boca-1.5.0/tools/icpc.etc.tgz |