From: toyomoyo Date: Wed, 29 Nov 2006 04:44:00 +0000 (+0000) Subject: format/notices X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=708fbe88199acd85cf78225f032c38cae718c047;p=moodle.git format/notices --- diff --git a/user/edit.html b/user/edit.html index 685c2870c1..86878fc220 100644 --- a/user/edit.html +++ b/user/edit.html @@ -1,23 +1,25 @@ htmleditor)) { - $user->htmleditor = 1; - } - if (!isset($user->ajax)) { - $user->ajax = 1; - } - if (!isset($user->picture)) { - $user->picture = NULL; - } - if (empty($user->lang)) { - $user->lang = $CFG->lang; - } - if (!isset($user->theme)) { - $user->theme = ''; - } - if (!isset($user->trackforums)) { - $user->trackforums = 0; - } - + if (!isset($user->htmleditor)) { + $user->htmleditor = 1; + } + if (!isset($user->ajax)) { + $user->ajax = 1; + } + if (!isset($user->picture)) { + $user->picture = NULL; + } + if (empty($user->lang)) { + $user->lang = $CFG->lang; + } + if (!isset($user->theme)) { + $user->theme = ''; + } + if (!isset($user->trackforums)) { + $user->trackforums = 0; + } + if (!isset($user->screenreader)) { + $user->screenreader = 0; + } ?>