]> git.mjollnir.org Git - moodle.git/commitdiff
Removed the 255 character limit ... now they have a gun, I hope people
authormartin <martin>
Mon, 2 Sep 2002 02:17:36 +0000 (02:17 +0000)
committermartin <martin>
Mon, 2 Sep 2002 02:17:36 +0000 (02:17 +0000)
don't shoot themseves with it.   ;-)

course/editsection.html

index 436ef6952bec800bdb80671f73fe89259eaed207..522d63e58a2137f2c8adce60c5d825a94c5df724 100644 (file)
@@ -2,7 +2,6 @@
 <FORM name="form" method="post" action="editsection.php">
 <P><B><? print_string("summaryof", "", "$sectionname $form->section") ?></B></P>
 <TEXTAREA NAME=summary COLS=60 ROWS=4 WRAP=virtual><?=$form->summary ?></TEXTAREA>
-<BR><FONT SIZE=1>(<? print_string("maximumchars", "", "255") ?>)</FONT>
 <P>
 <INPUT type="hidden" name=id value="<?=$form->id ?>">
 <INPUT type="submit" value="<? print_string("savechanges") ?>">