2.2.3
This commit is contained in:
@@ -5,13 +5,14 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2001-01-06 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||
* tbl_change.php3, lines 290-300: improved and fixed js stuff used with the
|
||||
new "null" checkbox.
|
||||
|
||||
2002-01-06 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* libraries/display_tbl.lib.php3: typo thanks to
|
||||
yrtimd at users.sourceforge.net
|
||||
* ### 2.2.3 released ###
|
||||
|
||||
2001-01-06 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||
* tbl_change.php3, lines 290-300: improved and fixed js stuff used with the
|
||||
new "null" checkbox.
|
||||
|
||||
2001-01-05 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||
* main.php3, line 234: maximum database name size is 64 characters.
|
||||
|
@@ -75,7 +75,7 @@
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
<a name="top"></a>
|
||||
<h1>phpMyAdmin 2.2.3-dev Documentation</h1>
|
||||
<h1>phpMyAdmin 2.2.3 Documentation</h1>
|
||||
|
||||
|
||||
<!-- TOP MENU -->
|
||||
|
@@ -1,5 +1,5 @@
|
||||
|
||||
phpMyAdmin 2.2.3-dev Documentation
|
||||
phpMyAdmin 2.2.3 Documentation
|
||||
|
||||
* Official phpMyAdmin project homepage [
|
||||
http://www.phpwizard.net/projects/phpMyAdmin/ ]
|
||||
@@ -9,8 +9,8 @@
|
||||
+ Version history: ChangeLog
|
||||
+ General notes: README
|
||||
+ License: LICENSE
|
||||
* Documentation version: $Id: Documentation.html,v 1.121 2002/01/03
|
||||
16:49:48 lem9 Exp $
|
||||
* Documentation version: $Id: Documentation.html,v 1.122 2002/01/06
|
||||
19:04:25 lem9 Exp $
|
||||
______________________________________________________________________
|
||||
|
||||
Top - Requirements - Introduction - Installation -
|
||||
|
@@ -17,7 +17,7 @@
|
||||
*/
|
||||
// phpMyAdmin release
|
||||
if (!defined('PMA_VERSION')) {
|
||||
define('PMA_VERSION', '2.2.3-rc1');
|
||||
define('PMA_VERSION', '2.2.3');
|
||||
}
|
||||
|
||||
// php version
|
||||
|
Reference in New Issue
Block a user