mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 12:45:04 +01:00
format/notices
This commit is contained in:
parent
3108c00b83
commit
708fbe8819
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user