Revision: 4203
Author:
ma...@venturevoip.com
Date: Tue Apr 16 11:13:47 2013
Log: Check line endinggs
http://code.google.com/p/smoothoperator/source/detail?r=4203
Modified:
/SmoothOperatorCRM/receive.php
=======================================
--- /SmoothOperatorCRM/receive.php Thu Apr 11 07:03:35 2013
+++ /SmoothOperatorCRM/receive.php Tue Apr 16 11:13:47 2013
@@ -232,6 +232,7 @@
$row = mysqli_fetch_assoc($result);
$filename = $row['location'];
}
+ ini_set('auto_detect_line_endings',TRUE);
switch ($_GET['format']) {
case "txt":
$start = 0;