projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7b461f8
)
useless var
Arthur Axel "fREW" Schmidt [Wed, 14 Apr 2010 17:31:18 +0000 (17:31 +0000)]
lib/DBIx/Class/FilterColumn.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/FilterColumn.pm
b/lib/DBIx/Class/FilterColumn.pm
index
35389ea
..
d0881ac
100644
(file)
--- a/
lib/DBIx/Class/FilterColumn.pm
+++ b/
lib/DBIx/Class/FilterColumn.pm
@@
-89,7
+89,6
@@
sub update {
sub new {
my ($class, $attrs, @rest) = @_;
- my $filtered;
foreach my $key (keys %{$attrs||{}}) {
if ($class->has_column($key) &&
exists $class->column_info($key)->{_filter_info} ) {