From d75956684f9599b8daf705b11d67c75186ea7e3f Mon Sep 17 00:00:00 2001 From: cassiopc Date: Mon, 6 Aug 2012 17:27:18 +0200 Subject: moving problem examples to better places and fixing a couple of typos in the problem's interface --- boca-1.5.0/src/admin/problem.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boca-1.5.0/src/admin/problem.php') diff --git a/boca-1.5.0/src/admin/problem.php b/boca-1.5.0/src/admin/problem.php index d55ff63..d52c429 100644 --- a/boca-1.5.0/src/admin/problem.php +++ b/boca-1.5.0/src/admin/problem.php @@ -98,7 +98,7 @@ for ($i=0; $i" . $prob[$i]["name"] . "\n"; echo " " . $prob[$i]["fullname"] . " \n"; echo " " . $prob[$i]["basefilename"] . " \n"; - if (isset($prob[$i]["descoid"]) && $prob[$i]["descoid"] != null) { + if (isset($prob[$i]["descoid"]) && $prob[$i]["descoid"] != null && isset($prob[$i]["descfilename"])) { echo " " . basename($prob[$i]["descfilename"]) . "\n"; } -- cgit v1.2.3