[turba] Sort AddressBook

Alessandro Castro de Almeida acalmeida@cariocaengenharia.com.br
Tue, 23 Jul 2002 10:11:37 -0300


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