]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed bug #1615.
authorrkingdon <rkingdon>
Mon, 9 Aug 2004 17:04:07 +0000 (17:04 +0000)
committerrkingdon <rkingdon>
Mon, 9 Aug 2004 17:04:07 +0000 (17:04 +0000)
mod/lesson/lesson.php

index bc392355bfdc2d88584c35d06014cad15560a0e4..23296cfa47e17d91fdf257d9f73e31f35fb51250 100644 (file)
             }
         }
                notice_yesno(get_string("confirmdeletionofthispage","lesson"), 
-                        "lesson.php?action=delete&id=$cm->id&pageid=$pageid]", 
+                        "lesson.php?action=delete&id=$cm->id&pageid=$pageid", 
              "view.php?id=$cm->id");
                }