diff options
author | Tiago Mello <timello@gmail.com> | 2011-01-02 20:50:43 +0100 |
---|---|---|
committer | Tiago Mello <timello@gmail.com> | 2011-01-02 20:50:43 +0100 |
commit | a1fa8d5f9f196d8611c64c1625e8269c9df52214 (patch) | |
tree | a4f3f53ed54f3daf69ae53a6f5d9c0b1d0219e15 | |
parent | 03a6339f1e92440807a9d2d47337279865292605 (diff) | |
download | bugzilla-a1fa8d5f9f196d8611c64c1625e8269c9df52214.tar.gz bugzilla-a1fa8d5f9f196d8611c64c1625e8269c9df52214.tar.xz |
Bug 622437: Remove 'colchange_columns' hook from the Example extension
r/a=LpSolit
-rw-r--r-- | extensions/Example/Extension.pm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/extensions/Example/Extension.pm b/extensions/Example/Extension.pm index b1d091794..0fb56a32f 100644 --- a/extensions/Example/Extension.pm +++ b/extensions/Example/Extension.pm @@ -243,13 +243,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) = @_; |