From a21a47c84731dede5c3cb31b080dec3b30a020de Mon Sep 17 00:00:00 2001 From: Eric Marguin Date: Thu, 7 Feb 2008 17:25:57 +0100 Subject: [PATCH] [svn r14268] if all the weightings of a lp are 0, then display a score of '-' more than a score of '0%' --- main/mySpace/myStudents.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/mySpace/myStudents.php b/main/mySpace/myStudents.php index cef5e1927f..f8b55e9048 100644 --- a/main/mySpace/myStudents.php +++ b/main/mySpace/myStudents.php @@ -597,7 +597,7 @@ if(!empty($_GET['student'])) - + 0 ? $score.'%' : '-' ?>