Changeset 1361 in subversion for trunk/roundcubemail/program/include/main.inc
- Timestamp:
- May 7, 2008 6:16:00 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/include/main.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/main.inc
r1360 r1361 603 603 $zebra_class = $c%2 ? 'even' : 'odd'; 604 604 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]); 606 606 607 607 // format each col
Note: See TracChangeset
for help on using the changeset viewer.
