- Timestamp:
- 2007-06-03 23:57:27 (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/branches/versions/2.4.x/_dev/releaser/fckreleaser.php
r239 r361 1 #!/usr/bin/php -q1 #!/usr/bin/php -q 2 2 <?php 3 3 /* … … 768 768 769 769 // Each file terminates with a CRLF, even if compressed. 770 $outputData .= "\ n" ;770 $outputData .= "\r\n" ; 771 771 } 772 772