From a7ad3d7acd475a63d7aa2d28042ea3e063e21996 Mon Sep 17 00:00:00 2001 From: Armel Fauveau Date: Tue, 15 May 2001 03:54:05 +0000 Subject: [PATCH] Added 'Bookmarked SQL-query' combo box when you click on a table --- ChangeLog | 3 +++ tbl_properties.php3 | 23 +++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0e541335b..492b9e945 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2001-05-15 Armel Fauveau + * Added "Bookmarked SQL-query" combo box when you click on a table (Feature #423065) + 2001-05-11 Loïc Chapeaux * lib.inc.php3, lines 76, 81 and 612: fixed a bug if a field contains html tags (suggested by Olivier Bussier at the phpMyAdmin official forum: diff --git a/tbl_properties.php3 b/tbl_properties.php3 index 77ec57c67..6296eb00c 100755 --- a/tbl_properties.php3 +++ b/tbl_properties.php3 @@ -200,6 +200,29 @@ if(mysql_num_rows($result)>0) :
+
+0) + { + echo "$strOr $strBookmarkQuery:
\n"; + echo "\n"; + echo "".$strSubmit; + echo "".$strBookmarkView; + echo "".$strDelete; + echo "
\n"; + } +} +?> +
  • &pos=0&">