diff options
author | levinse <levinse> | 2011-04-24 00:33:57 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-04-24 00:33:57 +0000 |
commit | 05a499e448479b0fa7b943f3ded430ae66341920 (patch) | |
tree | 3fe97e8c7b15d04180b3ec8920762c6b045e00cd | |
parent | ec3d9b504d0ef97917776a8a00bd29133afe8876 (diff) |
fix bug in Setup.pm for LATA/MSA population, RT11291
-rw-r--r-- | FS/FS/Setup.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Setup.pm b/FS/FS/Setup.pm index ac143cec3..13d6f60b1 100644 --- a/FS/FS/Setup.pm +++ b/FS/FS/Setup.pm @@ -62,7 +62,7 @@ sub create_initial_data { } -sub pouplate_numbering { +sub populate_numbering { eval "use FS::lata_Data;"; # this automatically populates the lata table, if unpopulated eval "use FS::msa_Data;"; # this automatically populates the msa table, if unpopulated } |