projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e181f6a
)
Default forum display mode is actually used now
author
martin
<martin>
Mon, 2 Sep 2002 03:48:47 +0000
(
03:48
+0000)
committer
martin
<martin>
Mon, 2 Sep 2002 03:48:47 +0000
(
03:48
+0000)
mod/forum/lib.php
patch
|
blob
|
history
diff --git
a/mod/forum/lib.php
b/mod/forum/lib.php
index 01222daf1d6714baa5fe10ec59b9ceb6d558d188..127167dd3fb776f729017b4e3a37acca13cb883e 100644
(file)
--- a/
mod/forum/lib.php
+++ b/
mod/forum/lib.php
@@
-1259,7
+1259,7
@@
function forum_print_posts_nested($parent, $course, $assessed) {
}
function forum_set_display_mode($mode=0) {
- global $USER;
+ global $USER
, $FORUM_DEFAULT_DISPLAY_MODE
;
if ($mode) {
$USER->mode = $mode;