This commit is contained in:
Marc Delisle
2002-01-06 19:10:26 +00:00
parent dbe02639dd
commit ceb0cfa585
4 changed files with 10 additions and 9 deletions

View File

@@ -5,13 +5,14 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $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> 2002-01-06 Marc Delisle <lem9@users.sourceforge.net>
* libraries/display_tbl.lib.php3: typo thanks to * libraries/display_tbl.lib.php3: typo thanks to
yrtimd at users.sourceforge.net 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> 2001-01-05 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* main.php3, line 234: maximum database name size is 64 characters. * main.php3, line 234: maximum database name size is 64 characters.

View File

@@ -75,7 +75,7 @@
<body bgcolor="#FFFFFF"> <body bgcolor="#FFFFFF">
<a name="top"></a> <a name="top"></a>
<h1>phpMyAdmin 2.2.3-dev Documentation</h1> <h1>phpMyAdmin 2.2.3 Documentation</h1>
<!-- TOP MENU --> <!-- TOP MENU -->

View File

@@ -1,5 +1,5 @@
phpMyAdmin 2.2.3-dev Documentation phpMyAdmin 2.2.3 Documentation
* Official phpMyAdmin project homepage [ * Official phpMyAdmin project homepage [
http://www.phpwizard.net/projects/phpMyAdmin/ ] http://www.phpwizard.net/projects/phpMyAdmin/ ]
@@ -9,8 +9,8 @@
+ Version history: ChangeLog + Version history: ChangeLog
+ General notes: README + General notes: README
+ License: LICENSE + License: LICENSE
* Documentation version: $Id: Documentation.html,v 1.121 2002/01/03 * Documentation version: $Id: Documentation.html,v 1.122 2002/01/06
16:49:48 lem9 Exp $ 19:04:25 lem9 Exp $
______________________________________________________________________ ______________________________________________________________________
Top - Requirements - Introduction - Installation - Top - Requirements - Introduction - Installation -

View File

@@ -17,7 +17,7 @@
*/ */
// phpMyAdmin release // phpMyAdmin release
if (!defined('PMA_VERSION')) { if (!defined('PMA_VERSION')) {
define('PMA_VERSION', '2.2.3-rc1'); define('PMA_VERSION', '2.2.3');
} }
// php version // php version