checkstyle

This commit is contained in:
Laurent Destailleur 2012-03-19 22:07:23 +01:00
parent 4295699e0c
commit d5c6c99493

View File

@ -288,10 +288,11 @@ function FileUpload($resourceType, $currentFolder, $sCommand, $CKEcallback = '')
else else
{ {
//issue the CKEditor Callback //issue the CKEditor Callback
SendCKEditorResults ($CKEcallback, $sFileUrl, SendCKEditorResults (
($sErrorNumber != 0 $CKEcallback,
? 'Error '. $sErrorNumber. ' upload failed.' $sFileUrl,
: 'Upload Successful')); ($sErrorNumber != 0 ? 'Error '. $sErrorNumber. ' upload failed.' : 'Upload Successful')
);
} }
exit ; exit ;