]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-10482 incorrect texarea height
authorskodak <skodak>
Mon, 16 Jul 2007 14:50:25 +0000 (14:50 +0000)
committerskodak <skodak>
Mon, 16 Jul 2007 14:50:25 +0000 (14:50 +0000)
mod/data/field/textarea/mod.html

index 1badc631e13981d379d732622f690b903657b7d7..abe706dbce7d6a6493ca65ac13814c4e768ac6b5 100755 (executable)
@@ -33,7 +33,7 @@
                 if (empty($this->field->param3)) {
                     echo('"35"');
                 } else {
-                    echo '"'.s($this->field->param2).'"';
+                    echo '"'.s($this->field->param3).'"';
                 }
             ?> /> <?php echo get_string('rows', 'data'); ?>
         </td>