From f7c926ee9fb8784fcbd375b325fbe8bd631c11b1 Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Mon, 12 Nov 2007 11:17:24 +0000 Subject: [PATCH] merged from 1.9 :: MDL-12093 --- lib/weblib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/weblib.php b/lib/weblib.php index d1299867b7..fb690fabf6 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -6660,7 +6660,7 @@ function fix_align_rtl($align) { * TODO Use a central function to create the popup calls allover Moodle and * TODO In the moment only works with resources and probably questions. */ -function get_in_popup() { +function is_in_popup() { $inpopup = optional_param('inpopup', '', PARAM_BOOL); return ($inpopup); -- 2.39.5