Changeset 335 for FCKpackager/trunk/fckpackager.php
- Timestamp:
- 2007-05-30 21:36:32 (20 months ago)
- Files:
-
- 1 modified
-
FCKpackager/trunk/fckpackager.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
FCKpackager/trunk/fckpackager.php
r156 r335 34 34 // Check the number of arguments passed. The first one is the script name. 35 35 if ( count( $argv ) > 2 ) 36 ExitError( 'Invalid arguments. Operation aborted ' ) ;36 ExitError( 'Invalid arguments. Operation aborted.' ) ; 37 37 38 38 // Get the package definition file … … 45 45 $packager->LoadDefinitionFile( $xmlFileName ) ; 46 46 $packager->Run() ; 47 47 48 ?> 48 49 … … 499 500 500 501 // Each file terminates with a CRLF, even if compressed. 501 $outputData .= "\ n" ;502 $outputData .= "\r\n" ; 502 503 } 503 504