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&">