]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 622437: Remove 'colchange_columns' hook from the Example extension
authorTiago Mello <timello@gmail.com>
Sun, 2 Jan 2011 19:50:43 +0000 (17:50 -0200)
committerTiago Mello <timello@gmail.com>
Sun, 2 Jan 2011 19:50:43 +0000 (17:50 -0200)
r/a=LpSolit

extensions/Example/Extension.pm

index b1d091794b94a549cab2846abb5419dd78c258a4..0fb56a32f32496c9b1797d2d53c1baf92cedbaf3 100644 (file)
@@ -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) = @_;