Changeset 311


Ignore:
Timestamp:
May 17, 2007, 12:16:20 PM (16 years ago)
Author:
Peter Johansson
Message:

fixes #197

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/first_page.cc

    r310 r311  
    130130    for (vector<Commitment>::const_iterator i=lc.begin(); i!=lc.end(); ++i) {
    131131      os << "<tr><td>";
    132       if (stats.lines(i->author()))
     132      if (!stats.lines(i->author()))
    133133        os << i->author();
    134134      else
Note: See TracChangeset for help on using the changeset viewer.