Index: branches/5.2.x/core/kernel/db/db_load_balancer.php =================================================================== diff -u -N -r15240 -r15242 --- branches/5.2.x/core/kernel/db/db_load_balancer.php (.../db_load_balancer.php) (revision 15240) +++ branches/5.2.x/core/kernel/db/db_load_balancer.php (.../db_load_balancer.php) (revision 15242) @@ -1,6 +1,6 @@ chooseConnection($sql); + + return $conn->GetColIterator($sql, $key_field); + } + + /** * Queries db with $sql query supplied and returns rows selected if any, false * otherwise. Optional parameter $key_field allows to set one of the query fields * value as key in string array.