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:
@@ -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;}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user