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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software_Artifact_Infrastructure_Repository
dolibarr
Commits
9052a83f
Commit
9052a83f
authored
13 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Switch to ckeditor by default
parent
c4811cb9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/core/class/conf.class.php
+3
-3
3 additions, 3 deletions
htdocs/core/class/conf.class.php
with
3 additions
and
3 deletions
htdocs/core/class/conf.class.php
+
3
−
3
View file @
9052a83f
...
...
@@ -194,7 +194,7 @@ class Conf
}
$i
++
;
}
// Sharings between entities
if
(
isset
(
$this
->
multicompany
->
enabled
)
&&
$this
->
multicompany
->
enabled
&&
!
empty
(
$multicompany_sharing
))
{
...
...
@@ -202,7 +202,7 @@ class Conf
if
(
$ret
)
{
$mc
=
new
ActionsMulticompany
(
$db
);
foreach
(
$multicompany_sharing
as
$key
=>
$value
)
{
$this
->
entities
[
$key
]
=
$mc
->
check_entity
(
$value
);
...
...
@@ -367,7 +367,7 @@ class Conf
if
(
empty
(
$this
->
global
->
MAIN_GRAPH_LIBRARY
))
$this
->
global
->
MAIN_GRAPH_LIBRARY
=
'artichow'
;
if
(
!
isset
(
$this
->
global
->
MAIN_MAIL_EMAIL_INLINE_IMAGES
))
$this
->
global
->
MAIN_MAIL_EMAIL_INLINE_IMAGES
=
1
;
if
(
!
isset
(
$this
->
global
->
FCKEDITOR_EDITORNAME
))
$this
->
global
->
FCKEDITOR_EDITORNAME
=
'
f
ckeditor'
;
// ckeditor to switch
if
(
!
isset
(
$this
->
global
->
FCKEDITOR_EDITORNAME
))
$this
->
global
->
FCKEDITOR_EDITORNAME
=
'ckeditor'
;
//
f
ckeditor to switch
// Format for date (used by default when not found or searched in lang)
$this
->
format_date_short
=
"%d/%m/%Y"
;
# Format of day with PHP/C tags (strftime functions)
...
...
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