From 2c26c98575aeddbe00a1d92cd833745aeeb2d6cf Mon Sep 17 00:00:00 2001 From: martin Date: Sun, 8 Sep 2002 05:23:47 +0000 Subject: [PATCH] Link at bottom now goes to site home, not this page --- course/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course/view.php b/course/view.php index 44f778f070..4590bda13a 100644 --- a/course/view.php +++ b/course/view.php @@ -67,6 +67,6 @@ error("Course format not defined yet!"); } - print_footer($course); + print_footer(); ?> -- 2.39.5