MDL-12093 :: Tim propsed to change the name get_in_popup to is_in_popup for esear reading - done.

This commit is contained in:
urs_hunkler
2007-11-12 11:05:18 +00:00
parent 393150a996
commit 24bcd2e3b1
+1 -1
View File
@@ -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);