From d189b6bd4310eac77ffc0fe720e6bda6c121c6dc Mon Sep 17 00:00:00 2001
From: Marc Delisle
Date: Thu, 25 Dec 2003 20:58:56 +0000
Subject: [PATCH] default bookmark for a table
---
ChangeLog | 4 ++++
Documentation.html | 9 +++++++++
2 files changed, 13 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 8112f59ea..64772dde8 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
+2003-12-25 Marc Delisle
+ * db_details_qbe.php: error when generating joins
+ * Documentation.html: FAQ 6.22: default bookmark execution
+
2003-12-23 Marc Delisle
* css/phpmyadmin.css.php: Patch 864334, preserve white-space between quotes
* db_datadict.php, db_printview.php: bug 863713: printing on non-IE browser
diff --git a/Documentation.html b/Documentation.html
index f06f7f52b..d435ce589 100755
--- a/Documentation.html
+++ b/Documentation.html
@@ -3500,6 +3500,15 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
letter of either the key or the display field.
+
+ [6.22] Bookmarks: Can I execute a default bookmark automatically
+ when entering Browse mode for a table?
+
+
+ Yes. If a bookmark has the same label as a table name, it will be
+ executed.
+
+
[7. phpMyAdmin project]