Changeset 2115

Show
Ignore:
Timestamp:
04/12/08 23:07:16 (1 month ago)
Author:
anarcat
Message:

cosmetic change: better alignment in variable decl.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc/trunk/bureau/class/local.php

    r2114 r2115  
    55 
    66/* To ease the transition, we define a lookup table for old names */ 
    7 $compat = array('DEFAULT_MX' => 'MX', 
    8                 'MYSQL_USER' => 'MYSQL_LOGIN', 
    9                 'MYSQL_PASS' => 'MYSQL_PWD', 
     7$compat = array('DEFAULT_MX'   => 'MX', 
     8                'MYSQL_USER'   => 'MYSQL_LOGIN', 
     9                'MYSQL_PASS'   => 'MYSQL_PWD', 
    1010                'NS1_HOSTNAME' => 'NS1', 
    1111                'NS2_HOSTNAME' => 'NS2');