projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48eeac7
)
Deleted some unsused strings.
author
stronk7
<stronk7>
Sun, 10 Oct 2004 22:46:57 +0000
(22:46 +0000)
committer
stronk7
<stronk7>
Sun, 10 Oct 2004 22:46:57 +0000
(22:46 +0000)
Merged from MOODLE_14_STABLE
files/index.php
patch
|
blob
|
history
diff --git
a/files/index.php
b/files/index.php
index 45409b4384f5b00f5f413656528bd733e435ebaf..0e97a20003ca63ca3458ea90371d011c3a09e326 100644
(file)
--- 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);