Changeset 185 for trollforge


Ignore:
Timestamp:
12/02/05 15:20:34 (7 years ago)
Author:
sam
Message:
  • typo...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trollforge/lastmeasure/stats/index.php

    r184 r185  
    116116        $key = dba_nextkey($id); 
    117117    } 
    118     if($count < $total) $count = $total; 
     118    if($count > $total) $count = $total; 
    119119    $l = 0; ?> 
    120120    <table style="border: solid black 1px; margin: 5px;"> 
Note: See TracChangeset for help on using the changeset viewer.