Changeset 12331

Show
Ignore:
Timestamp:
07/29/11 05:38:49 (2 years ago)
Author:
mickecarlsson
Message:

Hmmm, this code went to wrong place, fix it so that php is happy

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.10/cdr/functions.inc.php

    r12330 r12331  
    189189 
    190190  $fname    = "cdr__" .  (string) time() . $_SERVER["SERVER_NAME"] . ".csv"; 
    191   $csv_header ="calldate,clid,src,dst,dcontext,channel,dstchannel,lastapp,lastdata,duration,billsec,disposition,amaflags,accountcode,uniqueid,userfield" 
     191  $csv_header ="calldate,clid,src,dst,dcontext,channel,dstchannel,lastapp,lastdata,duration,billsec,disposition,amaflags,accountcode,uniqueid,userfield"; 
    192192  $data     = $csv_header; 
    193193