From: jakubvrana Date: Sun, 31 May 2009 13:03:45 +0000 (+0000) Subject: Move to www.phpminadmin.net X-Git-Tag: v3.0.0~898 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=60cac2e42796619cabeb914af80eeb843459b53e;p=adminer.git Move to www.phpminadmin.net git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@627 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- diff --git a/include/connect.inc.php b/include/connect.inc.php index c6e8c3ed..20b083d1 100644 --- a/include/connect.inc.php +++ b/include/connect.inc.php @@ -9,7 +9,7 @@ function connect_error() { echo '

' . lang('Privileges') . "

\n"; echo '

' . lang('Process list') . "

\n"; echo "

" . lang('MySQL version: %s through PHP extension %s', "server_info < 4.1 ? " class='binary'" : "") . ">$dbh->server_info", "$dbh->extension") . "

\n"; - echo "

" . lang('phpMinAdmin version: %s', "$VERSION") . ", " . lang('current version') . "" . (version_compare($VERSION, $_COOKIE["phpMinAdmin_version"]) < 0 ? ": " . htmlspecialchars($_COOKIE["phpMinAdmin_version"]) . "" : "") . "

\n"; + echo "

" . lang('phpMinAdmin version: %s', "$VERSION") . ", " . lang('current version') . "" . (version_compare($VERSION, $_COOKIE["phpMinAdmin_version"]) < 0 ? ": " . htmlspecialchars($_COOKIE["phpMinAdmin_version"]) . "" : "") . "

\n"; if (!isset($_COOKIE["phpMinAdmin_version"])) { ?>