From: ivan Date: Thu, 10 Jan 2008 21:14:54 +0000 (+0000) Subject: eliminate harmless typo X-Git-Tag: TRIXBOX_2_6~127 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=5d89406b226949faeee05a70eb51c1aa9f4b57f8 eliminate harmless typo --- diff --git a/httemplate/browse/reason.html b/httemplate/browse/reason.html index 49b452cf8..5b95353de 100644 --- a/httemplate/browse/reason.html +++ b/httemplate/browse/reason.html @@ -38,8 +38,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!!.