]> git.mjollnir.org Git - moodle.git/commitdiff
merged from 1.9 :: MDL-12093
authorurs_hunkler <urs_hunkler>
Mon, 12 Nov 2007 11:17:24 +0000 (11:17 +0000)
committerurs_hunkler <urs_hunkler>
Mon, 12 Nov 2007 11:17:24 +0000 (11:17 +0000)
lib/weblib.php

index d1299867b764df339f0059da223e3e4172dd27a5..fb690fabf6b0f82953ea3aaa8db3fc399512be3a 100644 (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);