diff options
author | ivan <ivan> | 2009-08-27 10:23:12 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-08-27 10:23:12 +0000 |
commit | 55332cb444a9d80e168737e5132c458f1cc44450 (patch) | |
tree | 36d5dcdad07165e427435f15fc907b1b7f39271b /bin | |
parent | f407a661ea76f6cc7621e10a23ab32eb74ced115 (diff) |
doh
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/move-customers | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/move-customers b/bin/move-customers index c78b6ac25..d237d1237 100755 --- a/bin/move-customers +++ b/bin/move-customers @@ -55,7 +55,7 @@ my %domsvc_map = ( # 'DCHK' => [], # 'DCRD' => [], # 'COMP' => [], -); +#); #production my %eventparts = ( 'CARD' => [ 1, ], @@ -64,7 +64,7 @@ my %eventparts = ( 'DCHK' => [ 12, ], 'DCRD' => [ 15, ], 'COMP' => [], -) +); #-- |