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
7ad6e022
Commit
7ad6e022
authored
14 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Doxygen
parent
91d710f8
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/lib/admin.lib.php
+6
-8
6 additions, 8 deletions
htdocs/lib/admin.lib.php
with
6 additions
and
8 deletions
htdocs/lib/admin.lib.php
+
6
−
8
View file @
7ad6e022
...
...
@@ -40,14 +40,12 @@ function versiontostring($versionarray)
}
/**
* Compare 2 versions
* Compare 2 versions
(stored into 2 arrays)
* @param versionarray1 Array of version (vermajor,verminor,patch)
* @param versionarray2 Array of version (vermajor,verminor,patch)
* @return int -4,-3,-2,-1 if versionarray1<versionarray2 (value depends on level of difference)
* 0 if
=
* 0 if
same
* 1,2,3,4 if versionarray1>versionarray2 (value depends on level of difference)
*
* TODO
*/
function
versioncompare
(
$versionarray1
,
$versionarray2
)
{
...
...
@@ -72,8 +70,8 @@ function versioncompare($versionarray1,$versionarray2)
/**
*
\brief
Return version PHP
*
\
return array Tableau de version (vermajeur,vermineur,autre)
* Return version PHP
*
@
return array Tableau de version (vermajeur,vermineur,autre)
*/
function
versionphparray
()
{
...
...
@@ -590,7 +588,7 @@ function Activate($value,$withdeps=1)
foreach
(
$conf
->
file
->
dol_document_root
as
$dol_document_root
)
{
$dir
=
$dol_document_root
.
"/includes/modules/"
;
$found
=@
include_once
(
$dir
.
$file
);
if
(
$found
)
break
;
}
...
...
@@ -678,7 +676,7 @@ function UnActivate($value,$requiredby=1)
foreach
(
$conf
->
file
->
dol_document_root
as
$dol_document_root
)
{
$dir
=
$dol_document_root
.
"/includes/modules/"
;
$found
=@
include_once
(
$dir
.
$file
);
if
(
$found
)
break
;
}
...
...
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