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:
Alan Garcia 2012-10-26 13:36:39 +00:00
parent abeac287f0
commit a30b73d2a3
2 changed files with 5 additions and 1 deletions

View File

@ -33,7 +33,7 @@ $fields = array (
); );
getFields($fields); 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(); exit();

View File

@ -3,6 +3,10 @@
/* Read global variables (AlternC configuration) */ /* Read global variables (AlternC configuration) */
$L_VERSION="v. 1.1~rc1~20120826"; $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 */ /* To ease the transition, we define a lookup table for old names */
$compat = array('DEFAULT_MX' => 'MX', $compat = array('DEFAULT_MX' => 'MX',
'MYSQL_USER' => 'MYSQL_LOGIN', 'MYSQL_USER' => 'MYSQL_LOGIN',