Completed
Push — v3.0 ( be1e07...8f2ef9 )
by Samir
25:23 queued 12:17
created
freeswitch/fs/cdr.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
     		{
72 72
 	     		process_cdr($data,$db,$logger,$decimal_points);
73 73
     		}
74
-    	}else{
74
+    	} else{
75 75
         	process_cdr($data,$db,$logger,$decimal_points);
76 76
     	}
77 77
 }
Please login to merge, or discard this patch.