Index: branches/5.2.x/units/zones/zones_tag_processor.php =================================================================== diff -u -N -r14258 -r14887 --- branches/5.2.x/units/zones/zones_tag_processor.php (.../zones_tag_processor.php) (revision 14258) +++ branches/5.2.x/units/zones/zones_tag_processor.php (.../zones_tag_processor.php) (revision 14887) @@ -1,6 +1,6 @@ Conn->GetCol($current_sql); - $selected_zips = array_map(Array (&$this->Conn, 'qstr'), $selected_zips); + $selected_zips = $this->Conn->qstrArray($selected_zips); $sql = 'SELECT DISTINCT DestValue FROM ' . $this->Application->getUnitOption('dst', 'TableName') . '