2
0
forked from Wavyzz/dolibarr

Fix: remove obsolete tags (in progress)

This commit is contained in:
Regis Houssin
2011-08-27 14:24:16 +00:00
parent 38b5347d07
commit 726d9581dd
538 changed files with 869 additions and 1160 deletions

View File

@@ -22,7 +22,6 @@
* \file scripts/company/export-contacts-xls-example.php
* \ingroup company
* \brief Script file to export contacts into an Excel file
* \version $Id: export-contacts-xls-example.php,v 1.9 2011/08/11 19:13:04 eldy Exp $
*/
$sapi_type = php_sapi_name();
@@ -42,7 +41,7 @@ if (! isset($argv[1]) || ! $argv[1]) {
$now=$argv[1];
// Recupere env dolibarr
$version='$Revision: 1.9 $';
$version='$Revision: 1.10 $';
require_once($path."../../htdocs/master.inc.php");
//require_once(PHP_WRITEEXCEL_PATH."/class.writeexcel_workbook.inc.php");

View File

@@ -22,7 +22,6 @@
* \file scripts/company/sync_contacts_dolibarr2ldap.php
* \ingroup ldap company
* \brief Script to update all contacts from Dolibarr into a LDAP database
* \version $Id: sync_contacts_dolibarr2ldap.php,v 1.24 2011/07/31 22:22:12 eldy Exp $
*/
$sapi_type = php_sapi_name();
@@ -42,7 +41,7 @@ if (! isset($argv[1]) || ! $argv[1]) {
$now=$argv[1];
// Recupere env dolibarr
$version='$Revision: 1.24 $';
$version='$Revision: 1.25 $';
require_once($path."../../htdocs/master.inc.php");
require_once(DOL_DOCUMENT_ROOT."/contact/class/contact.class.php");