Skip to content

Commit

Permalink
more room for query in multi-table query generator
Browse files Browse the repository at this point in the history
  • Loading branch information
lem9 committed Aug 21, 2008
1 parent 480cd61 commit 994555d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db_qbe.php
Expand Up @@ -638,7 +638,7 @@ function showColumnSelectCell($columns, $column_number, $selected = '')
<fieldset>
<legend><?php echo sprintf($strQueryOnDb, PMA_getDbLink($db)); ?>
</legend>
<textarea cols="30" name="sql_query" id="textSqlquery"
<textarea cols="80" name="sql_query" id="textSqlquery"
rows="<?php echo ($numTableListOptions > 30) ? '15' : '7'; ?>"
dir="<?php echo $text_dir; ?>">
<?php
Expand Down

0 comments on commit 994555d

Please sign in to comment.