There! :-P :-D

(just looking for one BIG problem in wiki - pagename is lost, so page
is never detected, so the edit page is showed once and again and again,
and again.......)
This commit is contained in:
stronk7 2006-01-22 20:27:11 +00:00
parent a1017a70c4
commit e734dbb66b

View file

@ -37,7 +37,6 @@
} else {
if (! $wiki = get_record("wiki", "id", $wid)) {
echo "here?";
error("Course module is incorrect");
}
if (! $course = get_record("course", "id", $wiki->course)) {