2.4.0-rc1
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2003-02-03 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
### 2.4.0-rc1 released
|
||||||
|
|
||||||
2003-02-02 Olivier L. M<>ller <om@omnis.ch>
|
2003-02-02 Olivier L. M<>ller <om@omnis.ch>
|
||||||
* tbl_addfield.php3: ignore empty fields on alter table
|
* tbl_addfield.php3: ignore empty fields on alter table
|
||||||
|
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||||
<title>phpMyAdmin 2.4.0-dev - Documentation</title>
|
<title>phpMyAdmin 2.4.0-rc1 - Documentation</title>
|
||||||
<link rel="stylesheet" type="text/css" href="docs.css" />
|
<link rel="stylesheet" type="text/css" href="docs.css" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
<hr noshade="noshade" width="100%" />
|
<hr noshade="noshade" width="100%" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h1>phpMyAdmin 2.4.0-dev Documentation</h1>
|
<h1>phpMyAdmin 2.4.0-rc1 Documentation</h1>
|
||||||
|
|
||||||
|
|
||||||
<!-- TOP MENU -->
|
<!-- TOP MENU -->
|
||||||
|
File diff suppressed because it is too large
Load Diff
@@ -13,7 +13,7 @@
|
|||||||
*/
|
*/
|
||||||
// phpMyAdmin release
|
// phpMyAdmin release
|
||||||
if (!defined('PMA_VERSION')) {
|
if (!defined('PMA_VERSION')) {
|
||||||
define('PMA_VERSION', '2.4.0-dev');
|
define('PMA_VERSION', '2.4.0-rc1');
|
||||||
}
|
}
|
||||||
|
|
||||||
// php version
|
// php version
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||||
<title>phpMyAdmin 2.4.0-dev - Official translators</title>
|
<title>phpMyAdmin 2.4.0-rc1 - Official translators</title>
|
||||||
<link rel="stylesheet" type="text/css" href="docs.css" />
|
<link rel="stylesheet" type="text/css" href="docs.css" />
|
||||||
<script lanuage="javascript" type="text/javascript">
|
<script lanuage="javascript" type="text/javascript">
|
||||||
<!--
|
<!--
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
<hr noshade="noshade" width="100%" />
|
<hr noshade="noshade" width="100%" />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h1>phpMyAdmin 2.4.0-dev official translators list</h1>
|
<h1>phpMyAdmin 2.4.0-rc1 official translators list</h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Here is the list of the so called "official translators" of
|
Here is the list of the so called "official translators" of
|
||||||
|
Reference in New Issue
Block a user