1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-06 14:46:36 +02:00

Increase routine textarea size

This commit is contained in:
Jakub Vrana
2025-07-07 15:22:46 +02:00
parent 6dec0d63b0
commit 9a60d158f1

View File

@@ -62,7 +62,7 @@ if (isset($_GET["function"])) {
</table>
<?php echo script("editFields();"); ?>
</div>
<p><?php textarea("definition", $row["definition"]); ?>
<p><?php textarea("definition", $row["definition"], 20); ?>
<p>
<input type="submit" value="<?php echo lang('Save'); ?>">
<?php if ($PROCEDURE != "") { ?>