Ignore:
Timestamp:
May 7, 2008 6:16:00 PM (5 years ago)
Author:
richs
Message:

/tmp/out

File:
1 edited

Legend:

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

    r1360 r1361  
    603603      $zebra_class = $c%2 ? 'even' : 'odd'; 
    604604 
    605       $table .= sprintf('<tr id="rcmrow%d" class="contact '.$zebra_class.'">'."\n", $row_data[$id_col]); 
     605      $table .= sprintf('<tr id="rcmrow%s" class="contact '.$zebra_class.'">'."\n", $row_data[$id_col]); 
    606606 
    607607      // format each col 
Note: See TracChangeset for help on using the changeset viewer.