fix travis error

This commit is contained in:
BENKE Charles 2014-06-20 23:56:03 +02:00
parent 24e780cb0c
commit 496379ced8
3 changed files with 18 additions and 22 deletions

View File

@ -24,7 +24,6 @@
*/ */
include_once DOL_DOCUMENT_ROOT.'/core/boxes/modules_boxes.php'; include_once DOL_DOCUMENT_ROOT.'/core/boxes/modules_boxes.php';
/** /**
* Class to manage the box to show last invoices * Class to manage the box to show last invoices
*/ */
@ -159,4 +158,4 @@ class box_factures extends ModeleBoxes
} }
} }
?>

View File

@ -18,9 +18,7 @@
* \file htdocs/core/boxes/box_activite.php * \file htdocs/core/boxes/box_activite.php
* \ingroup projet * \ingroup projet
* \brief Module to show Projet activity of the current Year * \brief Module to show Projet activity of the current Year
* \version $Id: box_projet.php,v 1.1 2012/09/11 Charles-François BENKE
*/ */
include_once(DOL_DOCUMENT_ROOT."/core/boxes/modules_boxes.php"); include_once(DOL_DOCUMENT_ROOT."/core/boxes/modules_boxes.php");
/** /**

View File

@ -29,7 +29,6 @@ require_once(DOL_DOCUMENT_ROOT."/core/lib/date.lib.php");
*/ */
class box_task extends ModeleBoxes class box_task extends ModeleBoxes
{ {
var $boxcode="projet"; var $boxcode="projet";
var $boximg="object_projecttask"; var $boximg="object_projecttask";
var $boxlabel; var $boxlabel;