diff options
author | ivan <ivan> | 2007-04-19 23:42:11 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-04-19 23:42:11 +0000 |
commit | ac7aa5f4934b0a531c8516665b28ff9b17341f0e (patch) | |
tree | 34fe6dad2f147caebb378c0ba3e06fe27c00d460 | |
parent | c5cfd1c77320350ebba5bb1ace768bbbb70077a5 (diff) |
not needed here anymore, bytecount stuff moved to its own module (backport)
-rw-r--r-- | FS/FS/UI/Web.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/FS/FS/UI/Web.pm b/FS/FS/UI/Web.pm index 682dc31c5..7699a7d54 100644 --- a/FS/FS/UI/Web.pm +++ b/FS/FS/UI/Web.pm @@ -3,7 +3,6 @@ package FS::UI::Web; use strict; use vars qw($DEBUG @ISA @EXPORT_OK $me); use Exporter; -use Number::Format; use FS::Conf; use FS::Record qw(dbdef); |