Changeset 552 for trunk

Show
Ignore:
Timestamp:
04/26/2008 12:56:25 PM (4 months ago)
Author:
moo
Message:

typo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/admin/xcache.php

    r538 r552  
    130130        else { 
    131131            switch ($k) { 
    132             case 'his_by_hour': 
    133             case 'his_by_second': 
     132            case 'hits_by_hour': 
     133            case 'hits_by_second': 
    134134                foreach ($data[$k] as $kk => $vv) { 
    135135                    $total[$k][$kk] += $vv;