bug #1766674, CREATE VIEW from query results: truncated query

This commit is contained in:
Marc Delisle
2007-08-03 15:08:56 +00:00
parent 5ab25ac63b
commit 736506f520

View File

@@ -116,8 +116,8 @@ if (isset($_POST['submitoptions'])) {
</tr> </tr>
<tr><td><?php echo 'AS' ?></td> <tr><td><?php echo 'AS' ?></td>
<td><input type="text" name="sql_statement" maxlength="100" size="50" <td>
value="<?php echo htmlspecialchars($sql_query); ?>" onfocus="this.select()" /> <textarea name="sql_statement" rows="<?php echo $cfg['TextareaRows']; ?>" cols="<?php echo $cfg['TextareaCols']; ?>" dir="<?php echo $text_dir; ?>" onfocus="this.select();"><?php echo htmlspecialchars($sql_query); ?></textarea>
</td> </td>
</tr> </tr>
<tr><td>WITH</td> <tr><td>WITH</td>