Ticket #3955: cdr.patch
| File cdr.patch, 1.7 kB (added by litnialex, 4 months ago) |
|---|
-
admin/cdr/call-log.php
old new 95 95 $FG_TABLE_COL[]=array ("Disposition", "disposition", "9%", "center", "", "30"); 96 96 if ((!isset($resulttype)) || ($resulttype=="min")) $minute_function= "display_minute"; 97 97 $FG_TABLE_COL[]=array ("Duration", "duration", "6%", "center", "SORT", "30", "", "", "", "", "", "$minute_function"); 98 $FG_TABLE_COL[]=array ("Recording", "userfield", "8%", "center", "", "90", "", "", "", "", "", "display_userfield"); 98 99 99 100 $FG_TABLE_DEFAULT_ORDER = "calldate"; 100 101 $FG_TABLE_DEFAULT_SENS = "DESC"; … … 102 103 // This Variable store the argument for the SQL query 103 104 //$FG_COL_QUERY='calldate, channel, src, clid, lastapp, lastdata, dst, dst, serverid, disposition, duration'; 104 105 105 $FG_COL_QUERY='calldate, channel, src, clid, dst, disposition, duration ';106 $FG_COL_QUERY='calldate, channel, src, clid, dst, disposition, duration, userfield'; 106 107 107 108 /* --AMP End -- */ 108 109
