Trailing slash on help path bug fixed.
This commit is contained in:
@@ -10,6 +10,7 @@ $Source$
|
|||||||
* Table Maintence Features added in tbl_properties.php3
|
* Table Maintence Features added in tbl_properties.php3
|
||||||
* Fixed create table "default" bug.
|
* Fixed create table "default" bug.
|
||||||
* Language tags for Table Types & Table Maintance
|
* Language tags for Table Types & Table Maintance
|
||||||
|
* Trailing slash on help path bug
|
||||||
|
|
||||||
2001-05-04 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
2001-05-04 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||||
* grab_globals.inc.php3 handles now the $HTTP_POST_FILES array
|
* grab_globals.inc.php3 handles now the $HTTP_POST_FILES array
|
||||||
|
@@ -47,7 +47,8 @@ $cfgServerDefault = 1; // Default server (0 = no def
|
|||||||
$cfgServer = '';
|
$cfgServer = '';
|
||||||
unset($cfgServers[0]);
|
unset($cfgServers[0]);
|
||||||
|
|
||||||
$cfgManualBase = "http://www.mysql.com/documentation/mysql/bychapter/";
|
// Be sure to include no trailing slash on the path
|
||||||
|
$cfgManualBase = "http://www.mysql.com/documentation/mysql/bychapter";
|
||||||
|
|
||||||
$cfgConfirm = true;
|
$cfgConfirm = true;
|
||||||
$cfgPersistentConnections = false;
|
$cfgPersistentConnections = false;
|
||||||
|
Reference in New Issue
Block a user