Bug 622437: Remove 'colchange_columns' hook from the Example extension

r/a=LpSolit


git-svn-id: svn://10.0.0.236/branches/BUGZILLA-4_0-BRANCH@261705 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%bugzilla.org 2011-01-02 20:04:09 +00:00
parent f6edf0720e
commit 560361c5b7
2 changed files with 1 additions and 8 deletions

View File

@ -1 +1 @@
7507
7508

View File

@ -246,13 +246,6 @@ sub bugmail_relationships {
$relationships->{+REL_EXAMPLE} = 'Example';
}
sub colchange_columns {
my ($self, $args) = @_;
my $columns = $args->{'columns'};
push (@$columns, "example")
}
sub config {
my ($self, $args) = @_;