From: urs_hunkler Date: Mon, 12 Nov 2007 11:17:24 +0000 (+0000) Subject: merged from 1.9 :: MDL-12093 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=f7c926ee9fb8784fcbd375b325fbe8bd631c11b1;p=moodle.git merged from 1.9 :: MDL-12093 --- 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);