fixed small error in AGI script

git-svn-id: svn://192.168.202.10@99 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2006-07-31 18:21:05 +00:00
parent 8f183d901b
commit 7fac33020c
+1 -1
View File
@@ -227,7 +227,7 @@ if ($dbhA->has_selected_record)
$iter=$dbhA->create_record_iterator; $iter=$dbhA->create_record_iterator;
while ( $record = $iter->each) while ( $record = $iter->each)
{ {
$DBext_context = "$record->[1]"; $DBext_context = "$record->[0]";
if ($DBext_context) {$ext_context = $DBext_context;} if ($DBext_context) {$ext_context = $DBext_context;}
} }
} }