projects
/
maypole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9359c54
)
DFV model mostly working with Postgres
author
Aaron Trevena
<aaron.trevena@gmail.com>
Sun, 15 Oct 2006 14:51:58 +0000
(14:51 +0000)
committer
Aaron Trevena
<aaron.trevena@gmail.com>
Sun, 15 Oct 2006 14:51:58 +0000
(14:51 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@531
48953598
-375a-da11-a14b-
00016c27c3ee
lib/Maypole/Model/CDBI/DFV.pm
patch
|
blob
|
history
diff --git
a/lib/Maypole/Model/CDBI/DFV.pm
b/lib/Maypole/Model/CDBI/DFV.pm
index 61ab5a62a3f8c09f9c5e021b4752e970b011082f..a6b12b3dfff8379a6cb0aebf693cc338ec1410cd 100644
(file)
--- a/
lib/Maypole/Model/CDBI/DFV.pm
+++ b/
lib/Maypole/Model/CDBI/DFV.pm
@@
-305,7
+305,7
@@
sub _column_info {
# update with required columns from DFV Profile
my $profile = $class->dfv_profile;
- $class->required_columns(
@{$profile->{required}
});
+ $class->required_columns(
$profile->{required
});
return $class->COLUMN_INFO;
}