]> 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:56:19 +0000 (17:56 -0200)
committerTiago Mello <timello@gmail.com>
Sun, 2 Jan 2011 19:56:19 +0000 (17:56 -0200)
r/a=LpSolit

extensions/Example/Extension.pm

index 25b4877b0ec3d55bb5045d60cf834ec77a0a99b8..4d379cb30160a1d21add0632b9dad356929f9f7c 100644 (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) = @_;