Patch bookmarks section (bug #430628)

This commit is contained in:
Armel Fauveau
2001-06-06 13:13:36 +00:00
parent a29a616488
commit 24e7812512
2 changed files with 7 additions and 3 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $Source$
2001-06-06 Armel Fauveau <armel.fauveau@globalis-ms.com>
* patch bookmark section in sql.php3 (bug #430628)
2001-06-05 Marc Delisle <lem9@users.sourceforge.net> 2001-06-05 Marc Delisle <lem9@users.sourceforge.net>
* tbl_properties, tbl_printview: quote Comment field * tbl_properties, tbl_printview: quote Comment field
* bug 430288: bad parsing of from | FROM * bug 430288: bad parsing of from | FROM

View File

@@ -146,6 +146,7 @@ else {
<input type="hidden" name="fields[dbase]" value="<?php echo $db;?>"> <input type="hidden" name="fields[dbase]" value="<?php echo $db;?>">
<input type="hidden" name="fields[query]" value="<?php echo isset($sql_query) ? $sql_query : "";?>"> <input type="hidden" name="fields[query]" value="<?php echo isset($sql_query) ? $sql_query : "";?>">
<input type="text" name="fields[label]" value=""> <input type="text" name="fields[label]" value="">
<input type="hidden" name="sql_query" value="">
<input type="submit" value="<?php echo $strBookmarkThis; ?>"> <input type="submit" value="<?php echo $strBookmarkThis; ?>">
</form> </form>
<?php <?php