From f1de6e874f97ce1801141e53cda7b37c3ad324cc Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 11 Dec 2003 12:59:54 +0000 Subject: [PATCH] Added a little option to disable user image upload --- user/edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/edit.html b/user/edit.html index df3bc1e12e..6703bcddf1 100644 --- a/user/edit.html +++ b/user/edit.html @@ -179,7 +179,7 @@ if (isadmin()) { maxbytes, $course->maxbytes); - if (!empty($CFG->gdversion) and $maxbytes) { + if (!empty($CFG->gdversion) and $maxbytes and empty($CFG->disableuserimages)) { ?>

: -- 2.39.5