From: ivan Date: Fri, 29 Dec 2006 08:24:41 +0000 (+0000) Subject: snot spacing X-Git-Tag: TRIXBOX_2_6~798 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=0a522c2069e13b05148219f8272e357fc59a3805 snot spacing --- diff --git a/FS/FS/part_pkg.pm b/FS/FS/part_pkg.pm index d97658496..788c0f73e 100644 --- a/FS/FS/part_pkg.pm +++ b/FS/FS/part_pkg.pm @@ -690,7 +690,7 @@ sub option { split("\n", $self->get('plandata') ); return $plandata{$opt} if exists $plandata{$opt}; cluck "WARNING: (pkgpart ". $self->pkgpart. ") Package def option $opt ". - "NOT found in options or plandata!\n" + "not found in options or plandata!\n" unless $ornull; ''; }