aboutsummaryrefslogtreecommitdiff
path: root/src/fscore.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/fscore.php')
-rw-r--r--src/fscore.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fscore.php b/src/fscore.php
index bd803b3..4cadd7d 100644
--- a/src/fscore.php
+++ b/src/fscore.php
@@ -264,6 +264,7 @@ function DBScoreSite($contest, $site, $verifylastmile, $hor=-1, $data=null) {
$resp[$a["usernumber"]]["username"]=$a["username"];
$resp[$a["usernumber"]]["usertype"]=$a["usertype"];
$resp[$a["usernumber"]]["userfullname"]=$a["userfullname"];
+ $resp[$a["usernumber"]]["usershortinstitution"]=$a["usershortinstitution"];
$resp[$a["usernumber"]]["userflag"]=$a["userflag"];
$resp[$a["usernumber"]]["totaltime"]=0;
$resp[$a["usernumber"]]["totalcount"]=0;