forked from Wavyzz/dolibarr
Fix: Avoid errors into rpm packages
This commit is contained in:
@@ -13,7 +13,6 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
* or see http://www.gnu.org/
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -21,7 +20,7 @@
|
|||||||
* \ingroup export
|
* \ingroup export
|
||||||
* \brief File of class to build exports with CSV format
|
* \brief File of class to build exports with CSV format
|
||||||
* \author Laurent Destailleur
|
* \author Laurent Destailleur
|
||||||
* \version $Id: export_csv.modules.php,v 1.30 2011/07/31 23:28:18 eldy Exp $
|
* \version $Id: export_csv.modules.php,v 1.31 2011/08/03 01:38:53 eldy Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/export/modules_export.php");
|
require_once(DOL_DOCUMENT_ROOT ."/includes/modules/export/modules_export.php");
|
||||||
@@ -65,7 +64,7 @@ class ExportCsv extends ModeleExports
|
|||||||
$this->desc=$langs->trans("CSVFormatDesc",$this->separator,$this->enclosure,$this->escape);
|
$this->desc=$langs->trans("CSVFormatDesc",$this->separator,$this->enclosure,$this->escape);
|
||||||
$this->extension='csv'; // Extension for generated file by this driver
|
$this->extension='csv'; // Extension for generated file by this driver
|
||||||
$this->picto='mime/other'; // Picto
|
$this->picto='mime/other'; // Picto
|
||||||
$ver=explode(' ','$Revision: 1.30 $');
|
$ver=explode(' ','$Revision: 1.31 $');
|
||||||
$this->version=$ver[2]; // Driver version
|
$this->version=$ver[2]; // Driver version
|
||||||
|
|
||||||
// If driver use an external library, put its name here
|
// If driver use an external library, put its name here
|
||||||
|
|||||||
@@ -13,7 +13,6 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
* or see http://www.gnu.org/
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -21,7 +20,7 @@
|
|||||||
* \ingroup export
|
* \ingroup export
|
||||||
* \brief File of class to generate export file with Excel format
|
* \brief File of class to generate export file with Excel format
|
||||||
* \author Laurent Destailleur
|
* \author Laurent Destailleur
|
||||||
* \version $Id: export_excel.modules.php,v 1.27 2011/07/31 23:28:18 eldy Exp $
|
* \version $Id: export_excel.modules.php,v 1.28 2011/08/03 01:38:53 eldy Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once(DOL_DOCUMENT_ROOT."/includes/modules/export/modules_export.php");
|
require_once(DOL_DOCUMENT_ROOT."/includes/modules/export/modules_export.php");
|
||||||
@@ -64,7 +63,7 @@ class ExportExcel extends ModeleExports
|
|||||||
$this->desc='<b>Excel</b> file format (.xls)<br>This is native Excel 95 format.';
|
$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->extension='xls'; // Extension for generated file by this driver
|
||||||
$this->picto='mime/xls'; // Picto
|
$this->picto='mime/xls'; // Picto
|
||||||
$ver=explode(' ','$Revision: 1.27 $');
|
$ver=explode(' ','$Revision: 1.28 $');
|
||||||
$this->version=$ver[2]; // Driver version
|
$this->version=$ver[2]; // Driver version
|
||||||
|
|
||||||
// If driver use an external library, put its name here
|
// If driver use an external library, put its name here
|
||||||
|
|||||||
@@ -14,14 +14,13 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
* or see http://www.gnu.org/
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/includes/modules/export/modules_export.php
|
* \file htdocs/includes/modules/export/modules_export.php
|
||||||
* \ingroup export
|
* \ingroup export
|
||||||
* \brief File of parent class for export modules
|
* \brief File of parent class for export modules
|
||||||
* \version $Id: modules_export.php,v 1.24 2011/07/31 23:28:18 eldy Exp $
|
* \version $Id: modules_export.php,v 1.25 2011/08/03 01:38:52 eldy Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require_once(DOL_DOCUMENT_ROOT.'/lib/functions.lib.php');
|
require_once(DOL_DOCUMENT_ROOT.'/lib/functions.lib.php');
|
||||||
|
|||||||
@@ -302,8 +302,7 @@ GNU GENERAL PUBLIC LICENSE Versión 2, Junio 1991
|
|||||||
ATENCIÓN A UNA DETERMINADA FINALIDAD</b> Consulta la Licencia Pública General
|
ATENCIÓN A UNA DETERMINADA FINALIDAD</b> Consulta la Licencia Pública General
|
||||||
GNU para mayores detalles. </p>
|
GNU para mayores detalles. </p>
|
||||||
<p> Debe haber una copia de la Licencia Pública General GNU junto con este software
|
<p> Debe haber una copia de la Licencia Pública General GNU junto con este software
|
||||||
en inglés o portugués. Si no la hay, escriba para <tt>Free Software Foundation</tt>,
|
en inglés o portugués. Si no la hay, ve <http://www.gnu.org/licenses/>.
|
||||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
||||||
</p>
|
</p>
|
||||||
<p> Autor@mail.con.br Dirección </p>
|
<p> Autor@mail.con.br Dirección </p>
|
||||||
<p> Si el programa es interactivo, presenta en su salida un breve aviso cuando
|
<p> Si el programa es interactivo, presenta en su salida un breve aviso cuando
|
||||||
|
|||||||
@@ -310,9 +310,7 @@ ZONDER EENDER WELKE GARANTIE; zelfs zonder de impliciete garantie van
|
|||||||
VERKOOPBAARHEID of GESCHIKTHEID VOOR EEN BEPAALD DOEL. Zie de GNU Algemene
|
VERKOOPBAARHEID of GESCHIKTHEID VOOR EEN BEPAALD DOEL. Zie de GNU Algemene
|
||||||
Publieke Licentie voor meer details.
|
Publieke Licentie voor meer details.
|
||||||
U zou een kopie van de GNU Algemene Publieke Licentie ontvangen moeten
|
U zou een kopie van de GNU Algemene Publieke Licentie ontvangen moeten
|
||||||
hebben samen met dit Programma; indien dit niet zo is, schrijf naar
|
hebben samen met dit Programma; indien dit niet <http://www.gnu.org/licenses/>.
|
||||||
de Free Software Foundation, Inc.,
|
|
||||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
||||||
|
|
||||||
Voeg ook informatie bij hoe men U kan contacteren via e-mail en gewone post.
|
Voeg ook informatie bij hoe men U kan contacteren via e-mail en gewone post.
|
||||||
Als het Programma interactief is, laat het een korte boodschap tonen zoals
|
Als het Programma interactief is, laat het een korte boodschap tonen zoals
|
||||||
|
|||||||
@@ -14,14 +14,13 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
* or see http://www.gnu.org/
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/paybox/lib/paybox.lib.php
|
* \file htdocs/paybox/lib/paybox.lib.php
|
||||||
* \ingroup paybox
|
* \ingroup paybox
|
||||||
* \brief Library for common paybox functions
|
* \brief Library for common paybox functions
|
||||||
* \version $Id: paybox.lib.php,v 1.9 2011/07/31 23:24:24 eldy Exp $
|
* \version $Id: paybox.lib.php,v 1.10 2011/08/03 01:34:59 eldy Exp $
|
||||||
*/
|
*/
|
||||||
function llxHeaderPaybox($title, $head = "")
|
function llxHeaderPaybox($title, $head = "")
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -14,14 +14,13 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
* or see http://www.gnu.org/
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/paypal/lib/paypal.lib.php
|
* \file htdocs/paypal/lib/paypal.lib.php
|
||||||
* \ingroup paypal
|
* \ingroup paypal
|
||||||
* \brief Library for common paypal functions
|
* \brief Library for common paypal functions
|
||||||
* \version $Id: paypal.lib.php,v 1.26 2011/07/31 23:24:24 eldy Exp $
|
* \version $Id: paypal.lib.php,v 1.27 2011/08/03 01:34:59 eldy Exp $
|
||||||
*/
|
*/
|
||||||
function llxHeaderPaypal($title, $head = "")
|
function llxHeaderPaypal($title, $head = "")
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user