aboutsummaryrefslogtreecommitdiff
path: root/boca-1.5.2/src/scoretable.php
diff options
context:
space:
mode:
Diffstat (limited to 'boca-1.5.2/src/scoretable.php')
-rw-r--r--boca-1.5.2/src/scoretable.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/boca-1.5.2/src/scoretable.php b/boca-1.5.2/src/scoretable.php
index bc6cf47..ef11ee6 100644
--- a/boca-1.5.2/src/scoretable.php
+++ b/boca-1.5.2/src/scoretable.php
@@ -18,7 +18,10 @@
//Last updated 02/nov/2012 by cassio@ime.usp.br
require_once("db.php");
-$locr=$_SESSION["locr"];
+if(isset($_SESSION["locr"]))
+ $locr=$_SESSION["locr"];
+else
+ $locr='.';
if(isset($_GET["clock"]) && $_GET["clock"]==1) {
ob_start();