Hello! I need your help. I have to order the result of AddressBook in compose window. I've changed the following code in file /horde/turba/lib/Driver/sql.php $query = 'SELECT ' . implode(', ', $fields) . ' '; $query .= 'FROM ' . $this->table; $query .= $where; $query .= ' ORDER BY object_name'; Is there correct?? It doesn't work... Thanks Alessandro