Backout of bug 303669 which broke AppendComment and possibly a number
of other items. git-svn-id: svn://10.0.0.236/trunk@177419 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -105,7 +105,7 @@ sub description { return $_[0]->{'description'}; }
|
||||
#### Subroutines ####
|
||||
###############################
|
||||
|
||||
sub get_all_classifications {
|
||||
sub get_all_classifications () {
|
||||
my $dbh = Bugzilla->dbh;
|
||||
|
||||
my $ids = $dbh->selectcol_arrayref(q{
|
||||
@@ -118,7 +118,7 @@ sub get_all_classifications {
|
||||
return @classifications;
|
||||
}
|
||||
|
||||
sub check_classification {
|
||||
sub check_classification ($) {
|
||||
my ($class_name) = @_;
|
||||
|
||||
unless ($class_name) {
|
||||
|
||||
Reference in New Issue
Block a user