cosmetic change: better alignment in variable decl.

This commit is contained in:
Antoine Beaupré 2008-04-12 21:07:16 +00:00
parent ee87f3bbb8
commit 131b6a7f5e
1 changed files with 3 additions and 3 deletions

View File

@ -4,9 +4,9 @@
$L_VERSION="v. @@REPLACED_DURING_BUILD@@"; $L_VERSION="v. @@REPLACED_DURING_BUILD@@";
/* 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',
'MYSQL_PASS' => 'MYSQL_PWD', 'MYSQL_PASS' => 'MYSQL_PWD',
'NS1_HOSTNAME' => 'NS1', 'NS1_HOSTNAME' => 'NS1',
'NS2_HOSTNAME' => 'NS2'); 'NS2_HOSTNAME' => 'NS2');