[svn:p5ee] r6555 - p5ee/trunk/App-Repository/lib/App/ValueDomain

[email protected]
Newsgroups perl.cvs.p5ee
Message-ID <[email protected]>
Author: spadkins
Date: Tue Jun 20 13:34:05 2006
New Revision: 6555

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

Log:
Fixed syntax error

Modified: p5ee/trunk/App-Repository/lib/App/ValueDomain/Repository.pm
==============================================================================
--- p5ee/trunk/App-Repository/lib/App/ValueDomain/Repository.pm	(original)
+++ p5ee/trunk/App-Repository/lib/App/ValueDomain/Repository.pm	Tue Jun 20 13:34:05 2006
@@ -130,7 +130,7 @@
                 $values_string_columns = [split(/,/, $values_string_columns)] if (!ref($values_string_columns));
                 my @values_string_values = split(/,/, $values_string);
                 if ($#values_string_values > -1 && $#$values_string_columns == $#values_string_values) {
-                    for (my $i = 0; $i <= $#values_string_columns; $i++) {
+                    for (my $i = 0; $i <= $#$values_string_columns; $i++) {
                         $params{$values_string_columns->[$i]} = $values_string_values[$i];
                     }
                 }
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.