2.10.2 release
This commit is contained in:
@@ -5,7 +5,7 @@ phpMyAdmin - ChangeLog
|
||||
$Id$
|
||||
$HeadURL$
|
||||
|
||||
2.10.2.0 (not yet released)
|
||||
2.10.2.0 (2007-06-15)
|
||||
|
||||
+ [data] display all warnings, not only last one
|
||||
- typo in fix for bug #1671813
|
||||
|
@@ -11,7 +11,7 @@
|
||||
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
|
||||
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<title>phpMyAdmin 2.10.2-rc1 - Documentation</title>
|
||||
<title>phpMyAdmin 2.10.2 - Documentation</title>
|
||||
<link rel="stylesheet" type="text/css" href="docs.css" />
|
||||
</head>
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
<li><a href="#glossary">Glossary</a></li>
|
||||
</ul>
|
||||
|
||||
<h1>phpMyAdmin 2.10.2-rc1 Documentation</h1>
|
||||
<h1>phpMyAdmin 2.10.2 Documentation</h1>
|
||||
|
||||
<ul><li><a href="http://www.phpmyadmin.net/">
|
||||
phpMyAdmin homepage</a></li>
|
||||
|
4
README
4
README
@@ -5,8 +5,8 @@ phpMyAdmin - Readme
|
||||
|
||||
A set of PHP-scripts to manage MySQL over the web.
|
||||
|
||||
Version 2.10.2-rc1
|
||||
------------------
|
||||
Version 2.10.2
|
||||
--------------
|
||||
http://www.phpmyadmin.net/
|
||||
|
||||
Copyright (C) 1998-2000 Tobias Ratschiller <tobias_at_ratschiller.com>
|
||||
|
@@ -81,7 +81,7 @@ class PMA_Config
|
||||
*/
|
||||
function checkSystem()
|
||||
{
|
||||
$this->set('PMA_VERSION', '2.10.2-rc1');
|
||||
$this->set('PMA_VERSION', '2.10.2');
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
|
@@ -8,7 +8,7 @@
|
||||
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
|
||||
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<title>phpMyAdmin 2.10.2-rc1 - Official translators</title>
|
||||
<title>phpMyAdmin 2.10.2 - Official translators</title>
|
||||
<link rel="stylesheet" type="text/css" href="docs.css" />
|
||||
</head>
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
<li><a href="Documentation.html#glossary">Glossary</a></li>
|
||||
</ul>
|
||||
|
||||
<h1>phpMyAdmin 2.10.2-rc1 official translators list</h1>
|
||||
<h1>phpMyAdmin 2.10.2 official translators list</h1>
|
||||
|
||||
<p> Here is the list of the "official translators" of
|
||||
phpMyAdmin.</p>
|
||||
|
Reference in New Issue
Block a user