Project

General

Profile

« Previous | Next » 

Revision 1359

Added by Dietmar over 13 years ago

upgrade FCKeditor to Version 2.6.6

View differences:

io.php
1 1
<?php
2 2
/*
3 3
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
4
 * Copyright (C) 2003-2009 Frederico Caldeira Knabben
4
 * Copyright (C) 2003-2010 Frederico Caldeira Knabben
5 5
 *
6 6
 * == BEGIN LICENSE ==
7 7
 *
......
72 72
	$sResourceTypePath = GetResourceTypeDirectory( $resourceType, $sCommand ) ;
73 73

  
74 74
	// Ensure that the directory exists.
75
	 $sErrorMsg = CreateServerFolder( $sResourceTypePath ) ;
75
	$sErrorMsg = CreateServerFolder( $sResourceTypePath ) ;
76 76
	if ( $sErrorMsg != '' )
77
   /* if (!file_exists($sResourceTypePath)) */
78 77
		SendError( 1, "Error creating folder \"{$sResourceTypePath}\" ({$sErrorMsg})" ) ;
79 78

  
80 79
	// Return the resource type directory combined with the required path.
......
301 300
	exit ;
302 301
}
303 302

  
304
?>
303
?>

Also available in: Unified diff