From 9c41fb8eb4cab205785b2dbb4bb63717be101dcb Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 8 Feb 2005 06:22:04 +0000 Subject: [PATCH] Merged from stable bug 2513 --- lib/editor/popups/link_std.php | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/lib/editor/popups/link_std.php b/lib/editor/popups/link_std.php index cc86767dba..7818691a84 100644 --- a/lib/editor/popups/link_std.php +++ b/lib/editor/popups/link_std.php @@ -1,11 +1,12 @@ id); + } else { + $isteacher = false; $course->fullname = ""; // Just to keep display happy, though browsing may fail } ?> @@ -176,7 +177,10 @@ border-bottom: 1px solid black; letter-spacing: 2px;
- ".get_string("browse","editor")."..." : ""; ?> + ".get_string("browse","editor")."..."; + } + ?>
-- 2.39.5