From 016f1bebbf82acaa424a0cbd8acac684f892a9bb Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 21 Oct 2003 03:58:08 +0000 Subject: [PATCH] Removed unnecessary code (maxlogs) --- course/loggraph.php | 5 ----- 1 file changed, 5 deletions(-) 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; -- 2.39.5