From: ivan Date: Thu, 10 Jan 2008 21:14:55 +0000 (+0000) Subject: eliminate harmless typo X-Git-Tag: freeside_1_7_3rc1~160 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=0fa56c185e08af510e667390b080e665a425efe9;p=freeside.git eliminate harmless typo --- diff --git a/httemplate/browse/reason.html b/httemplate/browse/reason.html index 5df94b2f3..cbe065800 100644 --- a/httemplate/browse/reason.html +++ b/httemplate/browse/reason.html @@ -36,8 +36,8 @@ die "access denied" $cgi->param('class') =~ /^(\w)$/ or die "illegal class"; my $class = $1; -my $classname = $FS::reason_type::class_name{$class};; -my $classpurpose = $FS::reason_type::class_purpose{$class};; +my $classname = $FS::reason_type::class_name{$class}; +my $classpurpose = $FS::reason_type::class_purpose{$class}; my $html_init = ucfirst($classname). " reasons $classpurpose.

". qq!!.