From 63d4c906c7c12fef14a226a53cc90bad5ce9cc91 Mon Sep 17 00:00:00 2001 From: mark-nielsen Date: Tue, 19 Sep 2006 02:54:57 +0000 Subject: [PATCH] Removed a hard-coded string and added PHPdoc comments for the page --- mod/lesson/action/addbranchtable.php | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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"); -- 2.39.5