Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
960a798
)
Fixed minor bug after creating default category.
author
moodler
<moodler>
Sat, 26 Oct 2002 05:17:53 +0000
(
05:17
+0000)
committer
moodler
<moodler>
Sat, 26 Oct 2002 05:17:53 +0000
(
05:17
+0000)
mod/quiz/lib.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/quiz/lib.php
b/mod/quiz/lib.php
index
e788b20
..
8156b28
100644
(file)
--- a/
mod/quiz/lib.php
+++ b/
mod/quiz/lib.php
@@
-478,6
+478,7
@@
function quiz_print_category_form($course, $current) {
notify("Error creating a default category!");
return false;
}
+ $categories[$category->id] = $category;
}
foreach ($categories as $key => $category) {
if ($category->publish) {