2
0
forked from Wavyzz/dolibarr

Fix: remove obsolete tags

This commit is contained in:
Regis Houssin
2011-08-27 19:15:14 +00:00
parent 0e6eb2aada
commit 03711cf6f2
479 changed files with 81 additions and 581 deletions

View File

@@ -43,23 +43,22 @@ Copyright
Copyright (C) 2011
- Laurent Destailleur <eldy@users.sourceforge.net>
- Regis Houssin <regis@dolibarr.fr>
- Juanjo Menent
- Philippe Grand
- Regis Houssin <regis@dolibarr.fr>
- Juanjo Menent <jmenent@2byte.es>
- Philippe Grand <philippe.grand@atoo-net.com>
- Jean Heimburger <jean@tiaris.info>
- Philippe Grand
Copyright (C) 2010
- Laurent Destailleur <eldy@users.sourceforge.net>
- Regis Houssin <regis@dolibarr.fr>
- Juanjo Menent
- Juanjo Menent <jmenent@2byte.es>
- r2gnl
- meos
Copyright (C) 2009
- Laurent Destailleur <eldy@users.sourceforge.net>
- Regis Houssin <regis@dolibarr.fr>
- Juanjo Menent
- Juanjo Menent <jmenent@2byte.es>
Copyright (C) 2008
- Laurent Destailleur <eldy@users.sourceforge.net>

View File

@@ -1,6 +1,5 @@
--------------------------------------------------------------
English Dolibarr ChangeLog
$Id: ChangeLog,v 1.429 2011/08/27 16:55:10 eldy Exp $
--------------------------------------------------------------
***** ChangeLog for 3.2 compared to 3.1 *****

View File

@@ -4,7 +4,6 @@
// This file must be present into htdocs/install directory
// during install process to be used.
//
// $Id: install.forced.php.install,v 1.2 2011/06/26 11:41:50 eldy Exp $
//
$force_install_noedit=1;
$force_install_message='KeepDefaultValuesDeb';

View File

@@ -5,7 +5,6 @@
# This file is used by Dolibarr setup process to create true Dolibarr
# config file called "conf.php".
#
# $Id: conf.php.install,v 1.1 2011/07/30 14:56:12 eldy Exp $
###################

View File

@@ -4,7 +4,6 @@
// This file must be present into htdocs/install directory
// during install process to be used.
//
// $Id: install.forced.php.install,v 1.13 2011/08/21 16:20:41 eldy Exp $
//
$force_install_packager='deb';

View File

@@ -2,7 +2,6 @@
/* !!! DO NOT EDIT THIS FILE, EDIT config.inc.php INSTEAD !!! */
/* $Id$ */
// vim: expandtab sw=4 ts=4 sts=4:
/**

View File

@@ -10,7 +10,6 @@
; only the root user with no password, stop server and catch
; files user.MY* to put them in the Dolibarr build/exe/doliwamp/mysql directory.
;
; Version: $Id: doliwamp.iss,v 1.85 2011/08/07 16:37:45 eldy Exp $
;----------------------------------------------------------------------------------------

View File

@@ -4,7 +4,6 @@
// This file must be present into htdocs/install directory
// during install process to be used.
//
// $Id: install.forced.php.install,v 1.16 2011/07/30 14:56:12 eldy Exp $
//
$force_install_noedit=2;
$force_install_message='KeepDefaultValuesWamp';

View File

@@ -2,7 +2,6 @@
REM -----------------------------------
REM This script initialize Mysql root password WHEN PASSWORD IS EMPTY.
REM An error is returned IF PASSWORD IS ALREADY SET.
REM $Id$
REM -----------------------------------
REM To change password, run following SQL command:
REM GRANT ALL ON *.* TO login@localhost IDENTIFIED BY "newpassword"

View File

@@ -1,7 +1,6 @@
@echo off
REM ------------------------------------------------------------
REM Launch a test to connect to mysql
REM $Id$
REM ------------------------------------------------------------
REM To change password, run following SQL command:
REM GRANT ALL ON *.* TO login@localhost IDENTIFIED BY "newpassword"

View File

@@ -1,5 +1,5 @@
[PHP]
; PHP INI - Optimised for DoliWamp - $Id$
; PHP INI - Optimised for DoliWamp
;;;;;;;;;;;;;;;;;;;
; About php.ini ;

View File

@@ -44,7 +44,7 @@ if (-d "/usr/src/RPM") { $RPMDIR="/usr/src/RPM"; } # mandrake
use vars qw/ $REVISION $VERSION /;
$REVISION='$Revision: 1.152 $'; $REVISION =~ /\s(.*)\s/; $REVISION=$1;
$REVISION='1.152';
$VERSION="3.2 (build $REVISION)";

View File

@@ -21,9 +21,7 @@ $PROJECT = "dolibarr";
);
use vars qw/ $REVISION $VERSION /;
$REVISION = '$Revision: 1.10 $';
$REVISION =~ /\s(.*)\s/;
$REVISION = $1;
$REVISION = '1.10';
$VERSION = "1.0 (build $REVISION)";
#------------------------------------------------------------------------------

View File

@@ -18,7 +18,7 @@ use Cwd;
use vars qw/ $REVISION $VERSION /;
$REVISION='$Revision: 1.20 $'; $REVISION =~ /\s(.*)\s/; $REVISION=$1;
$REVISION='1.20';
$VERSION="1.0 (build $REVISION)";

View File

@@ -24,7 +24,7 @@ $PROJECT="dolibarr";
use vars qw/ $REVISION $VERSION /;
$REVISION='$Revision: 1.11 $'; $REVISION =~ /\s(.*)\s/; $REVISION=$1;
$REVISION='1.11';
$VERSION="1.0 (build $REVISION)";

View File

@@ -14,7 +14,6 @@
-- You should have received a copy of the GNU General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.
--
-- $Id: llx_osc_categories.sql,v 1.1 2011/08/03 01:03:46 eldy Exp $
-- ===================================================================
CREATE TABLE llx_osc_categories (

View File

@@ -14,7 +14,6 @@
-- You should have received a copy of the GNU General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.
--
-- $Id: llx_osc_customer.key.sql,v 1.1 2011/08/03 01:03:46 eldy Exp $
-- ===================================================================

View File

@@ -14,7 +14,6 @@
-- You should have received a copy of the GNU General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.
--
-- $Id: llx_osc_customer.sql,v 1.1 2011/08/03 01:03:46 eldy Exp $
-- ===================================================================
CREATE TABLE llx_osc_customer (

View File

@@ -14,7 +14,6 @@
-- You should have received a copy of the GNU General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.
--
-- $Id: llx_osc_order.sql,v 1.1 2011/08/03 01:03:46 eldy Exp $
-- ===================================================================
CREATE TABLE llx_osc_order (

View File

@@ -14,7 +14,6 @@
-- You should have received a copy of the GNU General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.
--
-- $Id: llx_osc_product.sql,v 1.1 2011/08/03 01:03:46 eldy Exp $
-- ===================================================================
CREATE TABLE llx_osc_product (

View File

@@ -34,7 +34,7 @@ if (substr($sapi_type, 0, 3) == 'cgi') {
}
// Global variables
$version='$Revision: 1.7 $';
$version='1.7';
$error=0;

View File

@@ -34,7 +34,7 @@ if (substr($sapi_type, 0, 3) == 'cgi') {
}
// Global variables
$version='$Revision: 1.11 $';
$version='1.11';
$error=0;

View File

@@ -34,7 +34,7 @@ if (substr($sapi_type, 0, 3) == 'cgi') {
}
// Global variables
$version='$Revision: 1.10 $';
$version='1.10';
$error=0;

View File

@@ -37,7 +37,7 @@ require_once($path."../../htdocs/master.inc.php");
// After this $db is a defined handler to database.
// Main
$version='$Revision: 1.34 $';
$version='1.34';
@set_time_limit(0);
$error=0;

View File

@@ -37,7 +37,7 @@ require_once($path."../../htdocs/master.inc.php");
// After this $db is a defined handler to database.
// Main
$version='$Revision: 1.8 $';
$version='1.8';
@set_time_limit(0);
$error=0;

View File

@@ -36,7 +36,7 @@ if (substr($sapi_type, 0, 3) == 'cgi') {
}
// Global variables
$version='$Revision: 1.29 $';
$version='1.29';
$error=0;

View File

@@ -43,7 +43,7 @@ require_once($path.'../../htdocs/lib/files.lib.php');
$langs->load("main");
// Global variables
$version='$Revision: 1.14 $';
$version='1.14';
$error=0;

View File

@@ -120,5 +120,5 @@ if (isset($title))
print "$chaine\n"; // Ne pas centrer la reponse php car certains tableau du bas tres large rendent ceux du haut completement a droite
print "<br>\n";
llxfooter('$Date: 2011/08/27 14:24:35 $ - $Revision: 1.20 $');
llxFooter();
?>

View File

@@ -44,7 +44,7 @@ print "<br>\n";
if (!function_exists('xcache_info'))
{
print 'XCache seems to be not installed. Function xcache_info not found.';
llxfooter('$Date: 2011/08/27 14:24:36 $ - $Revision: 1.3 $');
llxFooter();
exit;
}
@@ -68,5 +68,5 @@ if ($action == 'clear')
}
*/
llxfooter('$Date: 2011/08/27 14:24:36 $ - $Revision: 1.3 $');
llxFooter();
?>

View File

@@ -42,7 +42,7 @@ print "<br>\n";
if (!function_exists('xdebug_is_enabled'))
{
print 'XDebug seems to be not installed. Function xdebug_is_enabled not found.';
llxfooter('$Date: 2011/08/27 14:24:35 $ - $Revision: 1.7 $');
llxFooter();
exit;
}
@@ -99,5 +99,5 @@ else
}
llxfooter('$Date: 2011/08/27 14:24:35 $ - $Revision: 1.7 $');
llxFooter();
?>

View File

@@ -38,7 +38,7 @@ llxHeader();
if (!function_exists('eaccelerator_info'))
{
print 'eAccelerator is not installed.';
llxfooter('$Date: 2011/08/27 14:24:49 $ - $Revision: 1.19 $');
llxFooter();
exit;
}
@@ -337,5 +337,5 @@ print '<strong>Eaccelerator is created by the eAccelerator team, <a href="http:/
print "</td></tr></table>";
llxfooter('$Date: 2011/08/27 14:24:49 $ - $Revision: 1.19 $');
llxFooter();
?>

View File

@@ -14,7 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id: promotion.class.php,v 1.3 2011/08/03 00:45:46 eldy Exp $
*/
class Promotion {

View File

@@ -12,9 +12,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* \version $Id: style.css,v 1.4 2011/08/03 01:35:18 eldy Exp $ */
*/
body {
background: #eee;

View File

@@ -19,7 +19,6 @@
* than modifying calendar.js itself).
*/
// $Id$
/**
* This function "patches" an input field (or other element) to use a calendar

View File

@@ -12,7 +12,6 @@
* Read the entire license text here: http://www.gnu.org/licenses/lgpl.html
*/
// $Id$
/** The Calendar object constructor. */
Calendar = function (firstDayOfWeek, dateStr, onSelected, onClose) {

View File

@@ -54,9 +54,6 @@ Mihai Bazon, <tt>&lt;mihai_bazon@yahoo.com&gt;</tt><br>
</p>
</div>
<p></p>
<p>
<span class=small><code class=verbatim>$Id$</code></span>
</p>
<span class=small><blockquote>
<div align=right><table><tr><td>

View File

@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- $Id$ -->
<head>
<meta http-equiv="content-type" content="text/xml; charset=utf-8" />

View File

@@ -21,7 +21,6 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
$Id: facturation1.tpl.php,v 1.16 2011/08/26 14:52:00 simnandez Exp $
-->
<script type="text/javascript" src="javascript/facturation1.js"></script>
<script type="text/javascript" src="javascript/dhtml.js"></script>

View File

@@ -14,7 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id: linkedobjectblock.tpl.php,v 1.9 2011/08/22 22:04:28 eldy Exp $
*/
?>

View File

@@ -14,7 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id: linkedobjectblock.tpl.php,v 1.11 2011/08/22 22:04:25 eldy Exp $
*/
?>

View File

@@ -14,7 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id: linkedobjectblock.tpl.php,v 1.12 2011/08/22 22:04:27 eldy Exp $
*/
?>

View File

@@ -14,7 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id: index.php,v 1.11 2011/08/27 14:24:47 hregis Exp $
*/
require("../../main.inc.php");

View File

@@ -15,8 +15,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id: facturesrejets.php,v 1.15 2011/08/27 14:24:41 hregis Exp $
*
*/
require("../bank/pre.inc.php");

View File

@@ -16,7 +16,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id: prev.php,v 1.22 2011/08/27 14:24:58 hregis Exp $
*/
require('../../main.inc.php');

View File

@@ -15,7 +15,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id: tva.php,v 1.13 2011/08/27 14:24:30 hregis Exp $
*/
/* \deprecated Ce fichier semble ne plus servir. A virer */

View File

@@ -5,7 +5,6 @@
# This file is used by Dolibarr setup process to create true Dolibarr
# config file called "conf.php".
#
# $Id: conf.php.example,v 1.53 2011/08/21 15:26:15 eldy Exp $
###################

View File

@@ -14,7 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id: contactcard_create.tpl.php,v 1.7 2011/07/31 23:54:12 eldy Exp $
*/
?>

View File

@@ -14,7 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id: contactcard_edit.tpl.php,v 1.7 2011/07/31 23:54:11 eldy Exp $
*/
$contact = $GLOBALS['objcanvas']->control->object;

View File

@@ -14,7 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id: contactcard_view.tpl.php,v 1.10 2011/07/31 23:54:12 eldy Exp $
*/
$contact = $GLOBALS['objcanvas']->control->object;

View File

@@ -14,7 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id: linkedobjectblock.tpl.php,v 1.13 2011/08/22 22:04:21 eldy Exp $
*/
?>

View File

@@ -33,10 +33,8 @@
* @author Laurent Destailleur <eldy@users.sourceforge.net>
* @author Regis Houssin
*
* @version $Revision: 1.2 $
* @license GNU General Public Licence
*
* $Id: smtps.php,v 1.2 2011/08/26 23:40:48 eldy Exp $
*
*/
@@ -2526,6 +2524,9 @@ class SMTPs
/**
* $Log: smtps.php,v $
* Revision 1.3 2011/08/27 19:15:41 hregis
* Fix: remove obsolete tags
*
* Revision 1.2 2011/08/26 23:40:48 eldy
* Qual: vcard is not really an external project but now a specific dolibarr class file, so i moved it into core/class
*

View File

@@ -14,7 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id: ajaxfileupload.tpl.php,v 1.11 2011/07/31 23:45:11 eldy Exp $
*/
?>

View File

@@ -15,7 +15,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id: ajaxrow.tpl.php,v 1.15 2011/07/31 23:45:12 eldy Exp $
*/
?>

View File

@@ -14,7 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id: error.tpl.php,v 1.3 2011/08/10 23:30:22 eldy Exp $
*/
?>

View File

@@ -14,7 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id: footer.tpl.php,v 1.3 2011/08/10 23:30:22 eldy Exp $
*/
?>

View File

@@ -15,7 +15,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id: freeproductline_create.tpl.php,v 1.18 2011/08/10 22:47:33 eldy Exp $
*
* Need to have following variables defined:
* $conf

View File

@@ -15,7 +15,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id: freeproductline_edit.tpl.php,v 1.19 2011/08/11 09:25:07 hregis Exp $
*
* Need to have following variables defined:
* $conf

View File

@@ -15,7 +15,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id: freeproductline_view.tpl.php,v 1.13 2011/07/31 23:45:12 eldy Exp $
*/
?>

View File

@@ -14,7 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id: header.tpl.php,v 1.2 2011/07/31 23:45:11 eldy Exp $
*/
?>

View File

@@ -14,7 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id: login.tpl.php,v 1.22 2011/08/20 15:33:16 eldy Exp $
*/
header('Cache-Control: Public, must-revalidate');

View File

@@ -14,7 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id: originproductline.tpl.php,v 1.5 2011/07/31 23:45:11 eldy Exp $
*/
?>

View File

@@ -14,7 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id: passwordforgotten.tpl.php,v 1.4 2011/07/31 23:45:12 eldy Exp $
*/
header('Cache-Control: Public, must-revalidate');
header("Content-type: text/html; charset=".$conf->file->character_set_client);

View File

@@ -15,7 +15,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id: predefinedproductline_create.tpl.php,v 1.17 2011/08/11 07:41:41 hregis Exp $
*
* Need to have following variables defined:
* $conf

View File

@@ -15,7 +15,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id: predefinedproductline_edit.tpl.php,v 1.21 2011/08/24 21:19:04 hregis Exp $
*
* Need to have following variables defined:
* $conf

View File

@@ -15,7 +15,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id: predefinedproductline_view.tpl.php,v 1.12 2011/07/31 23:45:12 eldy Exp $
*/
?>

View File

@@ -15,7 +15,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id: predefinedproductlinediv_view.tpl.php,v 1.2 2011/07/31 23:45:11 eldy Exp $
*/
?>

View File

@@ -14,7 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id: triggers.tpl.php,v 1.2 2011/07/31 23:45:11 eldy Exp $
*/
?>

View File

@@ -16,7 +16,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id: rapport.php,v 1.27 2011/08/27 14:24:40 hregis Exp $
*/
require("../main.inc.php");

View File

@@ -14,7 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id: linkedobjectblock.tpl.php,v 1.3 2011/08/22 22:04:26 eldy Exp $
*/
?>

View File

@@ -14,7 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id: linkedobjectblock.tpl.php,v 1.5 2011/08/22 22:04:23 eldy Exp $
*/
?>

View File

@@ -14,7 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id: linkedobjectblock.tpl.php,v 1.5 2011/08/22 22:04:26 eldy Exp $
*/
?>

View File

@@ -1,7 +1,4 @@
$Id$
$Revision$
Source
http://www.artichow.org/data/Artichow-1.0.7-php4+5.tar.gz

View File

@@ -338,4 +338,3 @@ proprietary programs. If your program is a subroutine library, you may
consider it more useful to permit linking proprietary applications with the
library. If this is what you want to do, use the GNU Library General
Public License instead of this License.
$Id: GPL,v 1.1 2007/09/27 22:24:56 hregis Exp $

View File

@@ -14,14 +14,13 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id: functions_forceuser.php,v 1.4 2011/07/31 23:29:11 eldy Exp $
*/
/**
\file htdocs/includes/login/functions_forceuser.php
\ingroup core
\brief Authentication functions for forceuser
*/
* \file htdocs/includes/login/functions_forceuser.php
* \ingroup core
* \brief Authentication functions for forceuser
*/
/**

View File

@@ -14,7 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id: functions_ldap.php,v 1.18 2011/07/31 23:29:11 eldy Exp $
*/
/**

View File

@@ -1,7 +1,4 @@
--
-- $Id: init_menu_auguria.sql,v 1.132 2011/08/21 13:19:26 eldy Exp $
-- $Revision: 1.132 $
--
-- Menu base entries
-- This file is loaded when a menu handler base is activated (auguria, etc..)
--

View File

@@ -1,7 +1,4 @@
--
-- $Id: init_menu_smartphone.sql,v 1.11 2011/08/21 13:19:26 eldy Exp $
-- $Revision: 1.11 $
--
-- Menu base entries
-- This file is loaded when a menu handler base is activated (auguria, etc..)
--

View File

@@ -63,8 +63,7 @@ class ExportCsv extends ModeleExports
$this->desc=$langs->trans("CSVFormatDesc",$this->separator,$this->enclosure,$this->escape);
$this->extension='csv'; // Extension for generated file by this driver
$this->picto='mime/other'; // Picto
$ver=explode(' ','$Revision: 1.32 $');
$this->version=$ver[2]; // Driver version
$this->version='1.32'; // Driver version
// If driver use an external library, put its name here
$this->label_lib='Dolibarr';

View File

@@ -61,8 +61,7 @@ class ExportExcel extends ModeleExports
$this->desc='<b>Excel</b> file format (.xls)<br>This is native Excel 95 format.';
$this->extension='xls'; // Extension for generated file by this driver
$this->picto='mime/xls'; // Picto
$ver=explode(' ','$Revision: 1.30 $');
$this->version=$ver[2]; // Driver version
$this->version='1.30'; // Driver version
// If driver use an external library, put its name here
$this->label_lib='PhpExcel';

View File

@@ -58,8 +58,7 @@ class ExportTsv extends ModeleExports
$this->desc='<b>Tab Separated Value</b> file format (.tsv)<br>This is a text file format where fields are separated by separator [tab].';
$this->extension='tsv'; // Extension for generated file by this driver
$this->picto='mime/other'; // Picto
$ver=explode(' ','$Revision: 1.15 $');
$this->version=$ver[2]; // Driver version
$this->version='1.15'; // Driver version
// If driver use an external library, put its name here
$this->label_lib='Dolibarr';

View File

@@ -70,8 +70,7 @@ class ImportCsv extends ModeleImports
$this->desc=$langs->trans("CSVFormatDesc",$this->separator,$this->enclosure,$this->escape);
$this->extension='csv'; // Extension for generated file by this driver
$this->picto='mime/other'; // Picto
$ver=explode(' ','$Revision: 1.34 $');
$this->version=$ver[2]; // Driver version
$this->version='1.34'; // Driver version
// If driver use an external library, put its name here
$this->label_lib='Dolibarr';

View File

@@ -23,7 +23,6 @@
/**
* \defgroup agenda Module agenda
* \brief Module pour gerer l'agenda et actions
* \brief $Id: modAgenda.class.php,v 1.39 2011/07/31 23:28:10 eldy Exp $
*/
/**

View File

@@ -53,7 +53,7 @@ class modCashDesk extends DolibarrModules
$this->name = preg_replace('/^mod/i','',get_class($this));
$this->description = "CashDesk module";
$this->revision = explode(' ','$Revision: 1.27 $');
$this->revision = '1.27';
$this->version = 'dolibarr';
$this->const_name = 'MAIN_MODULE_'.strtoupper($this->name);

View File

@@ -18,7 +18,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id: modService.class.php,v 1.51 2011/07/31 23:28:10 eldy Exp $
*/
/**

View File

@@ -18,8 +18,7 @@
/**
* \defgroup webservices Module webservices
* \brief Module to enable the Dolibarr server of web services
* \brief $Id: modWebServices.class.php,v 1.7 2011/07/31 23:28:10 eldy Exp $
*/
*/
/**
* \file htdocs/includes/modules/modWebServices.class.php

View File

@@ -20,7 +20,6 @@
* @author Greg Beaver <cellog@php.net>
* @copyright 1997-2006 The PHP Group
* @license http://www.php.net/license/3_0.txt PHP License 3.0
* @version CVS: $Id$
* @link http://pear.php.net/package/PEAR
* @since File available since Release 0.1
*/

View File

@@ -52,7 +52,6 @@
*
* @author Richard Heyes <richard@phpguru.org>
* @author Chuck Hagenbuch <chuck@horde.org>
* @version $Revision$
* @license BSD
* @package Mail
*/

View File

@@ -16,12 +16,10 @@
// | Author: Chuck Hagenbuch <chuck@horde.org> |
// +----------------------------------------------------------------------+
//
// $Id$
/**
* internal PHP-mail() implementation of the PEAR Mail:: interface.
* @package Mail
* @version $Revision$
*/
class Mail_mail extends Mail {

View File

@@ -35,7 +35,6 @@
// | Tomas V.V.Cox <cox@idecnet.com> (port to PEAR) |
// +-----------------------------------------------------------------------+
//
// $Id$
require_once('PEAR.php');
require_once('Mail/mimePart.php');

View File

@@ -69,8 +69,8 @@ require_once 'PEAR.php';
> headers. Therefore I made the following function:
>
> function decode_utf8($txt) {
> $trans=array("<22>&#8216;"=>"õ","ű"=>"û","Ő"=>"<22>&#8226;","Ű"
=>"<22>&#8250;");
> $trans=array("<22>&#8216;"=>"õ","ű"=>"û","Ő"=>"<22>&#8226;","Ű"
=>"<22>&#8250;");
> $txt=strtr($txt,$trans);
> return(utf8_decode($txt));
> }
@@ -87,7 +87,6 @@ require_once 'PEAR.php';
*
* @author Richard Heyes <richard@phpguru.org>
* @version $Revision$
* @package Mail
*/
class Mail_mimeDecode extends PEAR

View File

@@ -87,7 +87,6 @@
* re-build the message.
*
* @author Richard Heyes <richard@phpguru.org>
* @version $Revision$
* @package Mail
*/

View File

@@ -16,14 +16,12 @@
// | Author: Phil Kernick <philk@rotfl.com.au> |
// +----------------------------------------------------------------------+
//
// $Id$
//
/**
* Null implementation of the PEAR Mail:: interface.
* @access public
* @package Mail
* @version $Revision$
*/
class Mail_null extends Mail {

View File

@@ -20,7 +20,6 @@
* Sendmail implementation of the PEAR Mail:: interface.
* @access public
* @package Mail
* @version $Revision$
*/
class Mail_sendmail extends Mail {

View File

@@ -22,7 +22,6 @@
* Net_SMTP:: class.
* @access public
* @package Mail
* @version $Revision$
*/
class Mail_smtp extends Mail {

View File

@@ -1,7 +1,6 @@
<?php
/*
$Id: class.nusoap_base.php,v 1.7 2011/08/03 16:46:46 eldy Exp $
NuSOAP - Web Services Toolkit for PHP
@@ -78,7 +77,6 @@ $GLOBALS['_transient']['static']['nusoap_base']['globalDebugLevel'] = 9;
*
* @author Dietrich Ayala <dietrich@ganx4.com>
* @author Scott Nichol <snichol@users.sourceforge.net>
* @version $Id: class.nusoap_base.php,v 1.7 2011/08/03 16:46:46 eldy Exp $
* @access public
*/
class nusoap_base {
@@ -102,7 +100,7 @@ class nusoap_base {
* @var string
* @access private
*/
var $revision = '$Revision: 1.7 $';
var $revision = '1.7';
/**
* Current error string (manipulated by getError/setError)
*

View File

@@ -8,7 +8,6 @@
* Mainly used for returning faults from deployed functions
* in a server instance.
* @author Dietrich Ayala <dietrich@ganx4.com>
* @version $Id$
* @access public
*/
class nusoap_fault extends nusoap_base {

View File

@@ -9,7 +9,6 @@
*
* @author Dietrich Ayala <dietrich@ganx4.com>
* @author Scott Nichol <snichol@users.sourceforge.net>
* @version $Id$
* @access public
*/
class nusoap_parser extends nusoap_base {

View File

@@ -10,7 +10,6 @@
*
* @author Dietrich Ayala <dietrich@ganx4.com>
* @author Scott Nichol <snichol@users.sourceforge.net>
* @version $Id$
* @access public
*/
class nusoap_server extends nusoap_base {

View File

@@ -9,7 +9,6 @@
*
* @author Dietrich Ayala <dietrich@ganx4.com>
* @author Scott Nichol <snichol@users.sourceforge.net>
* @version $Id$
* @access public
*/
class soap_transport_http extends nusoap_base {

View File

@@ -11,7 +11,6 @@
* xsd:anyType and user-defined types.
*
* @author Dietrich Ayala <dietrich@ganx4.com>
* @version $Id$
* @access public
*/
class soapval extends nusoap_base {

Some files were not shown because too many files have changed in this diff Show More