Bug pour l'appel de l'aide utilisateur.
J'en profite pour rajouter une variable spécifique pour l'aide.
This commit is contained in:
parent
abeac287f0
commit
a30b73d2a3
|
@ -33,7 +33,7 @@ $fields = array (
|
|||
);
|
||||
getFields($fields);
|
||||
|
||||
header("Location: ".$help_baseurl."go?version=".urlencode($L_VERSION)."&hid=$hid"]);
|
||||
header("Location: ".$help_baseurl."go?version=".urlencode($L_VERSION_HELP)."&hid=$hid");
|
||||
|
||||
exit();
|
||||
|
||||
|
|
|
@ -3,6 +3,10 @@
|
|||
/* Read global variables (AlternC configuration) */
|
||||
$L_VERSION="v. 1.1~rc1~20120826";
|
||||
|
||||
// To be able to have displayer version != help version
|
||||
// (usefull during RC, etc...)
|
||||
$L_VERSION_HELP="1.1";
|
||||
|
||||
/* To ease the transition, we define a lookup table for old names */
|
||||
$compat = array('DEFAULT_MX' => 'MX',
|
||||
'MYSQL_USER' => 'MYSQL_LOGIN',
|
||||
|
|
Loading…
Reference in New Issue