The branch, QA_3_3 has been updated via a29323a1a6d1a3d4e65d80f0719b4199c18c3f4a (commit) from e8cf1ac6773cf868ff79ed286494ea13b58da528 (commit)
- Log ----------------------------------------------------------------- -----------------------------------------------------------------------
Summary of changes: ChangeLog | 1 + Documentation.html | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog index a2a7ed9..8079e70 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16,6 +16,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA - bug #3040226 [XHTML] LockFromUpdate checkbox not checked by default - bug [doc] Withdraw or edit FAQ entries related to older MySQL or PHP - bug #3042706 [pmadb] Relations, bookmarks, etc deleted after table drop +- bug #3044189 [doc] Cleared documentation for hide_db.
3.3.5.0 (2010-07-26) - patch #2932113 [information_schema] Slow export when having lots of diff --git a/Documentation.html b/Documentation.html index 2391afb..bfe5bb7 100644 --- a/Documentation.html +++ b/Documentation.html @@ -834,7 +834,7 @@ since this link provides funding for phpMyAdmin. For example, to hide all databases starting with the letter "a", use<br /> <pre>$cfg['Servers'][$i]['hide_db'] = '^a';</pre> and to hide both "db1" and "db2" use <br /> - <pre>$cfg['Servers'][$i]['hide_db'] = '(db1|db2)';</pre> + <pre>$cfg['Servers'][$i]['hide_db'] = '^(db1|db2)$';</pre> More information on regular expressions can be found in the <a href="http://php.net/manual/en/reference.pcre.pattern.syntax.php"> PCRE pattern syntax</a> portion of the PHP reference manual.
hooks/post-receive