- Fixed bug the dealing with concepts that contains slashes

This commit is contained in:
willcast 2003-10-21 16:30:12 +00:00
parent 4d4c38f3fe
commit 20853eabc7
2 changed files with 2 additions and 1 deletions

View file

@ -33,6 +33,6 @@
} else {
add_to_log($course->id, "glossary", "approve entry", "showentry.php?id=$cm->id&eid=$eid", "$eid");
}
redirect("view.php?id=$cm->id&tab=$tab&l=ALL");
redirect("view.php?id=$cm->id&tab=$tab");
die;
?>