Rename scripts

This commit is contained in:
Laurent Destailleur 2009-08-22 03:29:10 +00:00
parent 76f25a038f
commit e594b87040
4 changed files with 18 additions and 22 deletions

View File

@ -18,9 +18,10 @@
*/
/**
* \file scripts/adherents/sync_member_dolibarr2ldap.php
* \ingroup ldap adherent
* \brief Script de mise a jour des adherents dans LDAP depuis base Dolibarr
* \file scripts/members/sync_members_dolibarr2ldap.php
* \ingroup ldap adherent
* \brief Script de mise a jour des adherents dans LDAP depuis base Dolibarr
* \version $Id$
*/
// Test si mode batch

View File

@ -15,14 +15,13 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Id$
*/
/**
* \file scripts/adherents/sync_member_ldap2dolibarr.php
* \ingroup ldap adherent
* \brief Script de mise a jour des adherents dans Dolibarr depuis LDAP
* \file scripts/members/sync_members_ldap2dolibarr.php
* \ingroup ldap adherent
* \brief Script de mise a jour des adherents dans Dolibarr depuis LDAP
* \version $Id$
*/
// Test si mode batch

View File

@ -15,16 +15,14 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Id$
* $Source$
*/
/**
\file scripts/user/sync_group_dolibarr2ldap.php
\ingroup ldap company
\brief Script de mise a jour des groupes dans LDAP depuis base Dolibarr
*/
* \file scripts/user/sync_groups_dolibarr2ldap.php
* \ingroup ldap core
* \brief Script de mise a jour des groupes dans LDAP depuis base Dolibarr
* \version $Id$
*/
// Test si mode batch
$sapi_type = php_sapi_name();

View File

@ -15,16 +15,14 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Id$
* $Source$
*/
/**
\file scripts/user/sync_user_dolibarr2ldap.php
\ingroup ldap company
\brief Script de mise a jour des users dans LDAP depuis base Dolibarr
*/
* \file scripts/user/sync_user_dolibarr2ldap.php
* \ingroup ldap core
* \brief Script de mise a jour des users dans LDAP depuis base Dolibarr
* \version $Id$
*/
// Test si mode batch
$sapi_type = php_sapi_name();