From ae9f68625e958103aa93149c3c5117614ff56b9e Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sun, 10 Oct 2004 22:46:57 +0000 Subject: [PATCH] Deleted some unsused strings. Merged from MOODLE_14_STABLE --- files/index.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/files/index.php b/files/index.php index 45409b4384f..0e97a20003c 100644 --- a/files/index.php +++ b/files/index.php @@ -388,10 +388,6 @@ case "unzip": html_header($course, $wdir); if (!empty($file)) { - $strname = get_string("name"); - $strsize = get_string("size"); - $strmodified = get_string("modified"); - $strstatus = get_string("status"); $strok = get_string("ok"); $strunpacking = get_string("unpacking", "", $file);