From: mark-nielsen Date: Tue, 19 Sep 2006 02:54:57 +0000 (+0000) Subject: Removed a hard-coded string and added PHPdoc comments for the page X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=63d4c906c7c12fef14a226a53cc90bad5ce9cc91;p=moodle.git Removed a hard-coded string and added PHPdoc comments for the page --- diff --git a/mod/lesson/action/addbranchtable.php b/mod/lesson/action/addbranchtable.php index 2d96d0f876..d4ce0b4190 100644 --- a/mod/lesson/action/addbranchtable.php +++ b/mod/lesson/action/addbranchtable.php @@ -1,5 +1,12 @@ pagepath = 'mod/lesson/addbranchtable'; // first get the preceeding page @@ -38,8 +45,8 @@
- +
:
-
"; echo get_string("pagecontents", "lesson").":
\n"; print_textarea($usehtmleditor, 25,70, 630, 400, "contents");