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
4f003c4f
Commit
4f003c4f
authored
20 years ago
by
Laurent Destailleur
Browse files
Options
Downloads
Patches
Plain Diff
Qual: Uniformisation du code des modules.
parent
3cd7a2e9
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/includes/modules/modClickToDial.class.php
+6
-3
6 additions, 3 deletions
htdocs/includes/modules/modClickToDial.class.php
with
6 additions
and
3 deletions
htdocs/includes/modules/modClickToDial.class.php
+
6
−
3
View file @
4f003c4f
<?php
/* Copyright (C) 2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2005 Laurent Destailleur <eldy@users.sourceforge.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
@@ -20,18 +21,18 @@
*
*/
/*
!
\defgroup telephonie Module Click to Dial
/*
*
\defgroup telephonie Module Click to Dial
\brief Module pour grer l'appel automatique
*/
/*
!
/*
*
\file htdocs/includes/modules/modClickToDial.class.php
\ingroup telephonie
*/
include_once
"DolibarrModules.class.php"
;
/*
!
/*
*
\class modClickToDial
\brief Classe de description et activation du module de Click to Dial
*/
...
...
@@ -84,6 +85,8 @@ class modClickToDial extends DolibarrModules
{
global
$conf
;
$sql
=
array
();
return
$this
->
_init
(
$sql
);
}
...
...
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