From 131b6a7f5eec330edeef1c0db3ec119edd9a5a98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Sat, 12 Apr 2008 21:07:16 +0000 Subject: [PATCH] cosmetic change: better alignment in variable decl. --- bureau/class/local.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bureau/class/local.php b/bureau/class/local.php index f4c4662b..de84f78a 100644 --- a/bureau/class/local.php +++ b/bureau/class/local.php @@ -4,9 +4,9 @@ $L_VERSION="v. @@REPLACED_DURING_BUILD@@"; /* To ease the transition, we define a lookup table for old names */ -$compat = array('DEFAULT_MX' => 'MX', - 'MYSQL_USER' => 'MYSQL_LOGIN', - 'MYSQL_PASS' => 'MYSQL_PWD', +$compat = array('DEFAULT_MX' => 'MX', + 'MYSQL_USER' => 'MYSQL_LOGIN', + 'MYSQL_PASS' => 'MYSQL_PWD', 'NS1_HOSTNAME' => 'NS1', 'NS2_HOSTNAME' => 'NS2');