diff options
author | Tiago Mello <timello@gmail.com> | 2011-01-02 17:50:43 -0200 |
---|---|---|
committer | Tiago Mello <timello@gmail.com> | 2011-01-02 17:50:43 -0200 |
commit | a1fa8d5f9f196d8611c64c1625e8269c9df52214 (patch) | |
tree | a4f3f53ed54f3daf69ae53a6f5d9c0b1d0219e15 /extensions | |
parent | Bug 622105 - Misspelling in setting_info_invalid error message (diff) | |
download | bugzilla-a1fa8d5f9f196d8611c64c1625e8269c9df52214.tar.gz bugzilla-a1fa8d5f9f196d8611c64c1625e8269c9df52214.tar.bz2 bugzilla-a1fa8d5f9f196d8611c64c1625e8269c9df52214.zip |
Bug 622437: Remove 'colchange_columns' hook from the Example extension
r/a=LpSolit
Diffstat (limited to 'extensions')
-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) = @_; |