Ignore:
Timestamp:
Dec 3, 2005 11:54:12 AM (7 years ago)
Author:
roundcube
Message:

Re-design of caching (new database table added\!); some bugfixes; Postgres support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/steps/addressbook/list.inc

    r58 r88  
    2525$sql_result = $DB->query("SELECT COUNT(contact_id) AS rows 
    2626                          FROM ".get_table_name('contacts')." 
    27                           WHERE  del<>'1' 
     27                          WHERE  del<>1 
    2828                          AND    user_id=?", 
    2929                          $_SESSION['user_id']); 
     
    4141// get contacts from DB 
    4242$sql_result = $DB->limitquery("SELECT * FROM ".get_table_name('contacts')." 
    43                                WHERE  del<>'1' 
     43                               WHERE  del<>1 
    4444                               AND    user_id=? 
    4545                               ORDER BY name", 
Note: See TracChangeset for help on using the changeset viewer.