let's start 2.2.1-dev :)
This commit is contained in:
@@ -32,6 +32,7 @@ $Source$
|
||||
* badwords.txt; db_create.php3; lib.inc.php3; db_create.php3;
|
||||
tbl_addfield.php3; tbl_alter.php3; lan/*: added patch #455752 - Check
|
||||
forbidden words thanks to Dell'Aiera Pol & Olivier Blin.
|
||||
* defines.inc.php3; Documentation.html: let's start 2.2.1-dev :)
|
||||
|
||||
2001-08-31 Olivier M<>ller <om@omnis.ch>
|
||||
* releasing phpMyAdmin 2.2.0-final
|
||||
|
@@ -4,7 +4,7 @@
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<title>phpMyAdmin 2.2.0 - Documentation</title>
|
||||
<title>phpMyAdmin 2.2.1-dev - Documentation</title>
|
||||
<style type="text/css">
|
||||
<!--
|
||||
.navigation {
|
||||
@@ -71,7 +71,7 @@
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
<a name="top"></a>
|
||||
<h1>phpMyAdmin 2.2.0 Documentation</h1>
|
||||
<h1>phpMyAdmin 2.2.1-dev Documentation</h1>
|
||||
|
||||
|
||||
<!-- TOP MENU -->
|
||||
@@ -556,8 +556,8 @@
|
||||
|
||||
<dt><b>$cfgLimitChars </b>integer</dt>
|
||||
<dd>
|
||||
Maximal number of Chars showed in a TEXT field on browse view. Can be turned off by
|
||||
a toggle button on the browse page.
|
||||
Maximal number of Chars showed in a TEXT field on browse view. Can be
|
||||
turned off by a toggle button on the browse page.
|
||||
<br /><br />
|
||||
</dd>
|
||||
|
||||
@@ -887,12 +887,12 @@
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<b>I get an out of memory error, and my controls are non-functional,
|
||||
when trying to create a table with more than 14 fields.</b>
|
||||
<b>I get an out of memory error, and my controls are non-functional, when
|
||||
trying to create a table with more than 14 fields.</b>
|
||||
<br />
|
||||
This is a problem under investigation. Seems to be OS and/or browser-
|
||||
dependent. For now, create a smaller number of fields, then come back
|
||||
to your table properties and add the other fields.
|
||||
dependent. For now, create a smaller number of fields, then come back to
|
||||
your table properties and add the other fields.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
@@ -14,7 +14,7 @@
|
||||
*/
|
||||
// phpMyAdmin release
|
||||
if (!defined('PHPMYADMIN_VERSION')) {
|
||||
define('PHPMYADMIN_VERSION', '2.2.0');
|
||||
define('PHPMYADMIN_VERSION', '2.2.1-dev');
|
||||
}
|
||||
|
||||
// php version
|
||||
|
Reference in New Issue
Block a user