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
0a0c08a6
Commit
0a0c08a6
authored
14 years ago
by
Regis Houssin
Browse files
Options
Downloads
Patches
Plain Diff
Fix: good example
parent
f624d50f
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
dev/skeletons/modMyModule.class.php
+1
-1
1 addition, 1 deletion
dev/skeletons/modMyModule.class.php
with
1 addition
and
1 deletion
dev/skeletons/modMyModule.class.php
+
1
−
1
View file @
0a0c08a6
...
...
@@ -90,7 +90,7 @@ class modMyModule extends DolibarrModules
$this
->
requiredby
=
array
();
// List of modules id to disable if this one is disabled
$this
->
phpmin
=
array
(
4
,
3
);
// Minimum version of PHP required by module
$this
->
need_dolibarr_version
=
array
(
2
,
5
);
// Minimum version of Dolibarr required by module
$this
->
langfiles
=
array
(
"mymodule"
);
$this
->
langfiles
=
array
(
"
langfiles@
mymodule"
);
// Constants
// Example: $this->const=array(0=>array('MYMODULE_MYNEWCONST1','chaine','myvalue','This is a constant to add',0),
...
...
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