From 8e607841f97fd79e7c162a0d788809924e6afa1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 3 Mar 2009 13:30:49 +0000 Subject: [PATCH] rfe #2127983 Readd documentation link, it does not protect against anything. --- ChangeLog | 1 + libraries/auth/cookie.auth.lib.php | 10 ++++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7aaae2dd2..bcf81d625 100644 --- a/ChangeLog +++ b/ChangeLog @@ -42,6 +42,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA thanks to JT Justman - jtjustman - bug #2491017 [operations] ANSI mode not supported (db rename and table move) - bug #2609346 [operations] Fix copying views. +- rfe #2127983 Readd documentation link, it does not protect against anything. 3.1.3.0 (2009-02-28) + [lang] Turkish update, thanks to Burak Yavuz diff --git a/libraries/auth/cookie.auth.lib.php b/libraries/auth/cookie.auth.lib.php index d3e7ad08f..1b2d3501d 100644 --- a/libraries/auth/cookie.auth.lib.php +++ b/libraries/auth/cookie.auth.lib.php @@ -236,8 +236,14 @@ if (top != self) { '; + if ($GLOBALS['cfg']['ReplaceHelpImg']) { + echo '' . $GLOBALS['strPmaDocumentation'] . ''; + } else { + echo '(*)'; + } + echo ''; ?>