Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dolibarr
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
d5c6c994
Commit
d5c6c994
authored
Mar 19, 2012
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
checkstyle
parent
4295699e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/core/filemanagerdol/connectors/php/commands.php
+5
-4
5 additions, 4 deletions
htdocs/core/filemanagerdol/connectors/php/commands.php
with
5 additions
and
4 deletions
htdocs/core/filemanagerdol/connectors/php/commands.php
+
5
−
4
View file @
d5c6c994
...
@@ -288,10 +288,11 @@ function FileUpload($resourceType, $currentFolder, $sCommand, $CKEcallback = '')
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment