From f8f4992e14477e004557929cf82921e5cf7cc53c Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 2 Aug 2004 19:08:05 +0000 Subject: [PATCH] Fixed some lowercased variables --- lib/editor/coursefiles.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/editor/coursefiles.php b/lib/editor/coursefiles.php index cc012a54bf..f1bab09661 100644 --- a/lib/editor/coursefiles.php +++ b/lib/editor/coursefiles.php @@ -811,7 +811,7 @@ function displaydir ($wdir) { if ($usecheckboxes) { print_cell("center", ""); } - print_cell("left", "pixpath/f/folder.gif\" height=16 width=16 border=0 alt=\"folder\"> ".htmlspecialchars($dir).""); + print_cell("left", "pixpath/f/folder.gif\" height=16 width=16 border=0 alt=\"folder\"> ".htmlspecialchars($dir).""); print_cell("right", " "); print_cell("right", $filedate); @@ -912,4 +912,4 @@ function displaydir ($wdir) { echo ""; } -?> \ No newline at end of file +?> -- 2.39.5