Changeset 952 for branches

Show
Ignore:
Timestamp:
08/15/08 07:37:44 (3 months ago)
Author:
stavros
Message:

Alarm cronjob was using incorrect formula for ALOC

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.3/A2Billing_AGI/libs_a2billing/crontjob/a2billing_alarm.php

    r585 r952  
    183183         
    184184                $ASR = $totalsuccess / ($totalsuccess + $totalfail); 
    185                 $ALOC = $totaltime / ($totalsuccess + $totalfail)
     185                $ALOC = $totaltime / $totalsuccess
    186186                 
    187187                $send_alarm = false; 


Google