From: moodler Date: Tue, 21 Oct 2003 03:58:08 +0000 (+0000) Subject: Removed unnecessary code (maxlogs) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=016f1bebbf82acaa424a0cbd8acac684f892a9bb;p=moodle.git Removed unnecessary code (maxlogs) --- diff --git a/course/loggraph.php b/course/loggraph.php index 57198bff09..439dd5eb2a 100644 --- a/course/loggraph.php +++ b/course/loggraph.php @@ -78,9 +78,6 @@ } } - $maxlogs = max($logs); - - $graph = new graph(750, 400); $a->coursename = $course->shortname; @@ -134,8 +131,6 @@ } } - $maxlogs = max($logs); - $graph = new graph(750, 400); $a->coursename = $course->shortname;