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
0d40debe
Commit
0d40debe
authored
11 years ago
by
Maxime Kohlhaas
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop' of github.com:atm-maxime/dolibarr into mko862
Conflicts: htdocs/admin/system/perf.php
parents
3c7f4a35
54961036
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
htdocs/admin/system/perf.php
+0
-20
0 additions, 20 deletions
htdocs/admin/system/perf.php
with
0 additions
and
20 deletions
htdocs/admin/system/perf.php
+
0
−
20
View file @
0d40debe
...
@@ -400,17 +400,10 @@ if ($conf->db->type == 'mysql' || $conf->db->type == 'mysqli')
...
@@ -400,17 +400,10 @@ if ($conf->db->type == 'mysql' || $conf->db->type == 'mysqli')
}
}
print
'<br>'
;
print
'<br>'
;
}
}
<<<<<<<
HEAD
// Product search
=======
// Product search
// Product search
print
'<br>'
;
print
'<br>'
;
print
'<strong>'
.
$langs
->
trans
(
"SearchOptim"
)
.
'</strong>: '
;
print
'<strong>'
.
$langs
->
trans
(
"SearchOptim"
)
.
'</strong>: '
;
>>>>>>>
7485192
cfbca23027d10cfdc41a33a14f332d23c
print
'<br>'
;
print
'<strong>'
.
$langs
->
trans
(
"ProductSearch"
)
.
'</strong>: '
;
print
'<br>'
;
print
'<br>'
;
$tab
=
array
();
$tab
=
array
();
$sql
=
"SELECT COUNT(*) as nb"
;
$sql
=
"SELECT COUNT(*) as nb"
;
...
@@ -440,18 +433,6 @@ if ($resql)
...
@@ -440,18 +433,6 @@ if ($resql)
}
}
// Browser
// Browser
<<<<<<<
HEAD
print
'<br>'
;
print
'<strong>'
.
$langs
->
trans
(
"Browser"
)
.
'</strong>: '
;
var_dump
(
$conf
->
browser
);
print
'<br>'
;
// Database statistics update
print
'<br>'
;
print
'<strong>'
.
$langs
->
trans
(
"DatabaseStatistics"
)
.
'</strong>: '
;
print
'<br>'
;
=======
print
'<br>'
;
print
'<br>'
;
print
'<strong>'
.
$langs
->
trans
(
"Browser"
)
.
'</strong>:<br>'
;
print
'<strong>'
.
$langs
->
trans
(
"Browser"
)
.
'</strong>:<br>'
;
if
(
!
in_array
(
$conf
->
browser
->
name
,
array
(
'chrome'
,
'opera'
,
'safari'
,
'firefox'
)))
if
(
!
in_array
(
$conf
->
browser
->
name
,
array
(
'chrome'
,
'opera'
,
'safari'
,
'firefox'
)))
...
@@ -470,7 +451,6 @@ print '<br>';
...
@@ -470,7 +451,6 @@ print '<br>';
print '<strong>'.$langs->trans("DatabaseStatistics").'</strong>: ';
print '<strong>'.$langs->trans("DatabaseStatistics").'</strong>: ';
print '<br>';
print '<br>';
*/
*/
>>>>>>>
7485192
cfbca23027d10cfdc41a33a14f332d23c
llxFooter
();
llxFooter
();
...
...
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