2.3.0-rc1
This commit is contained in:
@@ -24,6 +24,7 @@ $Source$
|
||||
* libraries/config_import.lib.php3, fixed 3 parse errors
|
||||
* common.lib.php3: due to formatting problems, bypass PMA_format_sql
|
||||
for 2.3.0-rc1
|
||||
* 2.3.0-rc1 release
|
||||
|
||||
2002-06-19 Robin Johnson <robbat2@users.sourceforge.net>
|
||||
* libraries/charset_conversion.lib.php3,
|
||||
|
@@ -5,7 +5,7 @@
|
||||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<title>phpMyAdmin 2.3.0-dev - Documentation</title>
|
||||
<title>phpMyAdmin 2.3.0-rc1 - Documentation</title>
|
||||
<style type="text/css">
|
||||
<!--
|
||||
.navigation {
|
||||
@@ -74,7 +74,7 @@
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
<a name="top"></a>
|
||||
<h1>phpMyAdmin 2.3.0-dev Documentation</h1>
|
||||
<h1>phpMyAdmin 2.3.0-rc1 Documentation</h1>
|
||||
|
||||
|
||||
<!-- TOP MENU -->
|
||||
|
@@ -1,5 +1,5 @@
|
||||
|
||||
phpMyAdmin 2.3.0-dev Documentation
|
||||
phpMyAdmin 2.3.0-rc1 Documentation
|
||||
|
||||
* Sourceforge phpMyAdmin project page [ http://www.phpmyadmin.net/
|
||||
]
|
||||
@@ -7,8 +7,8 @@
|
||||
+ Version history: ChangeLog
|
||||
+ General notes: README
|
||||
+ License: LICENSE
|
||||
* Documentation version: $Id: Documentation.html,v 1.262 2002/06/17
|
||||
12:49:20 lem9 Exp $
|
||||
* Documentation version: $Id: Documentation.html,v 1.263 2002/06/19
|
||||
20:39:01 lem9 Exp $
|
||||
______________________________________________________________________
|
||||
|
||||
Top - Requirements - Introduction - Installation -
|
||||
@@ -736,7 +736,8 @@ CRIPT_NAME'], '/')+1);
|
||||
Syntaxcoloring. To use this feature set this value to TRUE (the
|
||||
default). If not everything you want is colored or to influence
|
||||
where a newline is inserted see the Configurationarrays
|
||||
$cfg['keywords'] and $cfg['additional']
|
||||
$cfg['keywords'] and $cfg['additional']. Note: for version
|
||||
2.3.0-rc1, syntax coloring is non functional.
|
||||
|
||||
$cfg['colorFunctions'] string [HTML color]
|
||||
If you use Syntaxcoloring then this defines the Color of
|
||||
|
@@ -16,7 +16,7 @@
|
||||
*/
|
||||
// phpMyAdmin release
|
||||
if (!defined('PMA_VERSION')) {
|
||||
define('PMA_VERSION', '2.3.0-dev');
|
||||
define('PMA_VERSION', '2.3.0-rc1');
|
||||
}
|
||||
|
||||
// php version
|
||||
|
Reference in New Issue
Block a user