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