From 4fcf7234d2f17b8fcc9db8451808a58632d32428 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 6138a9255..7eea48c1a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,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 c9f94ec54..cca36aff3 100644 --- a/libraries/auth/cookie.auth.lib.php +++ b/libraries/auth/cookie.auth.lib.php @@ -230,8 +230,14 @@ if (top != self) { '; + if ($GLOBALS['cfg']['ReplaceHelpImg']) { + echo '' . $GLOBALS['strPmaDocumentation'] . ''; + } else { + echo '(*)'; + } + echo ''; ?>