Ignore:
Timestamp:
Mar 17, 2010 7:20:27 AM (3 years ago)
Author:
alec
Message:
  • last commit fix (there's probably no class definition when reading table rows from DB)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/main.inc

    r3365 r3366  
    736736    { 
    737737      $zebra_class = $c % 2 ? 'even' : 'odd'; 
    738       if (!empty($row_data['class'])) 
    739         $zebra_class .= ' '.$row_data['class']; 
    740  
    741738      $table->add_row(array('id' => 'rcmrow' . $sql_arr[$id_col], 'class' => $zebra_class)); 
    742739 
Note: See TracChangeset for help on using the changeset viewer.