Ignore:
Timestamp:
Oct 20, 2005 12:58:34 PM (8 years ago)
Author:
sparc
Message:

added DB LIMIT abstraction

File:
1 edited

Legend:

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

    r8 r47  
    6666                                      WHERE  del!='1' 
    6767                                      AND    user_id=%d 
    68                                       ORDER BY name 
    69                                       LIMIT %d, %d", 
     68                                      ORDER BY name", 
    7069                                     get_table_name('contacts'), 
    71                                      $_SESSION['user_id'], 
     70                                     $_SESSION['user_id']), 
    7271                                     $start_row, 
    73                                      $count)); 
     72                                     $count); 
    7473                                      
    7574    $commands .= rcmail_js_contacts_list($sql_result); 
Note: See TracChangeset for help on using the changeset viewer.