compiles now

This commit is contained in:
JT Smith 2009-10-21 18:03:35 -05:00
parent f7db5d58aa
commit 25931b67d4
3 changed files with 40 additions and 39 deletions

View file

@ -30,7 +30,7 @@ sub import {
if ( my $properties = $definition->{properties} ) {
my $table = $definition->{tableName};
for ( my $i = 1; $i < @{ $properties }; $i += 2) {
$propeties->[$i]{tableName} = $table;
$properties->[$i]{tableName} = $table;
}
}