]> git.mjollnir.org Git - moodle.git/commitdiff
format/notices
authortoyomoyo <toyomoyo>
Wed, 29 Nov 2006 04:44:00 +0000 (04:44 +0000)
committertoyomoyo <toyomoyo>
Wed, 29 Nov 2006 04:44:00 +0000 (04:44 +0000)
user/edit.html

index 685c2870c1960f666be8aaf10e23a56a82b13cb6..86878fc2205c92afbb979d9b1167a77b1c40d649 100644 (file)
@@ -1,23 +1,25 @@
 <?php
-   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->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;   
+    }
 ?>
 
 <form method="post" name="form" enctype="multipart/form-data" action="edit.php">