[svn:p5ee] r9763 - p5ee/trunk/App-Repository/lib/App

[email protected]
Newsgroups perl.cvs.p5ee
Message-ID <[email protected]>
Author: spadkins
Date: Wed Jul 18 11:36:02 2007
New Revision: 9763

Modified:
   p5ee/trunk/App-Repository/lib/App/Repository.pm

Log:
fixed bug for evaluate_expression() where using a hashref instead of arrayref

Modified: p5ee/trunk/App-Repository/lib/App/Repository.pm
==============================================================================
--- p5ee/trunk/App-Repository/lib/App/Repository.pm	(original)
+++ p5ee/trunk/App-Repository/lib/App/Repository.pm	Wed Jul 18 11:36:02 2007
@@ -3399,7 +3399,6 @@
                 $default = $2;
                 $val = $values->{$col};
                 $val = App::Reference->get($col, $values) if (!defined $val && $col =~ /[\[\]\{\}\.]/);
-                $val = $values->[$idx];
                 if (!defined $val) {
                     if ($column_defs->{$col}{expr}) {
                         $val = $self->evaluate_expression($column_defs->{$col}{expr}, $values, $validx, $column_defs);
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.