2
0
forked from Wavyzz/dolibarr

Fix: Avoid errors into rpm packages

This commit is contained in:
Laurent Destailleur
2011-07-31 23:54:11 +00:00
parent f2080429ee
commit d164f833db
14 changed files with 34 additions and 48 deletions

View File

@@ -12,15 +12,14 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* 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, write to the Free Software * along with this program. If not, see <http://www.gnu.org/licenses/>.
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/ */
/** /**
* \file htdocs/contact/canvas/actions_contactcard_common.class.php * \file htdocs/contact/canvas/actions_contactcard_common.class.php
* \ingroup thirdparty * \ingroup thirdparty
* \brief Fichier de la classe Thirdparty contact card controller (common) * \brief Fichier de la classe Thirdparty contact card controller (common)
* \version $Id$ * \version $Id: actions_contactcard_common.class.php,v 1.25 2011/07/31 23:54:12 eldy Exp $
*/ */
/** /**

View File

@@ -13,15 +13,14 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* 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, write to the Free Software * along with this program. If not, see <http://www.gnu.org/licenses/>.
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/ */
/** /**
* \file htdocs/contact/canvas/default/actions_contactcard_default.class.php * \file htdocs/contact/canvas/default/actions_contactcard_default.class.php
* \ingroup thirdparty * \ingroup thirdparty
* \brief Fichier de la classe Thirdparty contact card controller (default canvas) * \brief Fichier de la classe Thirdparty contact card controller (default canvas)
* \version $Id: actions_contactcard_default.class.php,v 1.9 2011/07/08 13:07:45 eldy Exp $ * \version $Id: actions_contactcard_default.class.php,v 1.10 2011/07/31 23:54:11 eldy Exp $
*/ */
include_once(DOL_DOCUMENT_ROOT.'/contact/canvas/actions_contactcard_common.class.php'); include_once(DOL_DOCUMENT_ROOT.'/contact/canvas/actions_contactcard_common.class.php');

View File

@@ -12,15 +12,14 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* 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, write to the Free Software * along with this program. If not, see <http://www.gnu.org/licenses/>.
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/ */
/** /**
* \file htdocs/contact/canvas/default/dao_contact_default.class.php * \file htdocs/contact/canvas/default/dao_contact_default.class.php
* \ingroup thirdparty * \ingroup thirdparty
* \brief Fichier de la classe des contacts par defaut * \brief Fichier de la classe des contacts par defaut
* \version $Id$ * \version $Id: dao_contact_default.class.php,v 1.4 2011/07/31 23:54:11 eldy Exp $
*/ */
/** /**

View File

@@ -12,10 +12,9 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* 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, write to the Free Software * along with this program. If not, see <http://www.gnu.org/licenses/>.
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* *
* $Id$ * $Id: contactcard_create.tpl.php,v 1.7 2011/07/31 23:54:12 eldy Exp $
*/ */
?> ?>

View File

@@ -12,10 +12,9 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* 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, write to the Free Software * along with this program. If not, see <http://www.gnu.org/licenses/>.
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* *
* $Id$ * $Id: contactcard_edit.tpl.php,v 1.7 2011/07/31 23:54:11 eldy Exp $
*/ */
$contact = $GLOBALS['objcanvas']->control->object; $contact = $GLOBALS['objcanvas']->control->object;

View File

@@ -12,10 +12,9 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* 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, write to the Free Software * along with this program. If not, see <http://www.gnu.org/licenses/>.
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* *
* $Id: contactcard_view.tpl.php,v 1.9 2011/07/08 13:07:45 eldy Exp $ * $Id: contactcard_view.tpl.php,v 1.10 2011/07/31 23:54:12 eldy Exp $
*/ */
$contact = $GLOBALS['objcanvas']->control->object; $contact = $GLOBALS['objcanvas']->control->object;

View File

@@ -17,15 +17,14 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* 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, write to the Free Software * along with this program. If not, see <http://www.gnu.org/licenses/>.
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/ */
/** /**
* \file htdocs/contact/class/contact.class.php * \file htdocs/contact/class/contact.class.php
* \ingroup societe * \ingroup societe
* \brief File of contacts class * \brief File of contacts class
* \version $Id: contact.class.php,v 1.31 2011/07/10 16:50:40 eldy Exp $ * \version $Id: contact.class.php,v 1.32 2011/07/31 23:54:12 eldy Exp $
*/ */
require_once(DOL_DOCUMENT_ROOT ."/core/class/commonobject.class.php"); require_once(DOL_DOCUMENT_ROOT ."/core/class/commonobject.class.php");

View File

@@ -13,15 +13,14 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* 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, write to the Free Software * along with this program. If not, see <http://www.gnu.org/licenses/>.
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/ */
/** /**
* \file htdocs/contact/exportimport.php * \file htdocs/contact/exportimport.php
* \ingroup societe * \ingroup societe
* \brief Onglet exports-imports d'un contact * \brief Onglet exports-imports d'un contact
* \version $Id$ * \version $Id: exportimport.php,v 1.29 2011/07/31 23:54:12 eldy Exp $
*/ */
require("../main.inc.php"); require("../main.inc.php");
@@ -107,5 +106,5 @@ print '</a>';
$db->close(); $db->close();
llxFooter('$Date$ - $Revision$'); llxFooter('$Date: 2011/07/31 23:54:12 $ - $Revision: 1.29 $');
?> ?>

View File

@@ -16,15 +16,14 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* 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, write to the Free Software * along with this program. If not, see <http://www.gnu.org/licenses/>.
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/ */
/** /**
* \file htdocs/contact/fiche.php * \file htdocs/contact/fiche.php
* \ingroup societe * \ingroup societe
* \brief Card of a contact * \brief Card of a contact
* \version $Id: fiche.php,v 1.221 2011/07/04 08:00:52 eldy Exp $ * \version $Id: fiche.php,v 1.222 2011/07/31 23:54:12 eldy Exp $
*/ */
require("../main.inc.php"); require("../main.inc.php");
@@ -974,5 +973,5 @@ else
$db->close(); $db->close();
llxFooter('$Date: 2011/07/04 08:00:52 $ - $Revision: 1.221 $'); llxFooter('$Date: 2011/07/31 23:54:12 $ - $Revision: 1.222 $');
?> ?>

View File

@@ -15,15 +15,14 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* 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, write to the Free Software * along with this program. If not, see <http://www.gnu.org/licenses/>.
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/ */
/** /**
* \file htdocs/contact/index.php * \file htdocs/contact/index.php
* \ingroup societe * \ingroup societe
* \brief Page to list all contacts * \brief Page to list all contacts
* \version $Id$ * \version $Id: index.php,v 1.106 2011/07/31 23:54:12 eldy Exp $
*/ */
require("../main.inc.php"); require("../main.inc.php");
@@ -421,5 +420,5 @@ print '<br>';
$db->close(); $db->close();
llxFooter('$Date$ - $Revision$'); llxFooter('$Date: 2011/07/31 23:54:12 $ - $Revision: 1.106 $');
?> ?>

View File

@@ -13,15 +13,14 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* 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, write to the Free Software * along with this program. If not, see <http://www.gnu.org/licenses/>.
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/ */
/** /**
* \file htdocs/contact/info.php * \file htdocs/contact/info.php
* \ingroup societe * \ingroup societe
* \brief Onglet info d'un contact * \brief Onglet info d'un contact
* \version $Id$ * \version $Id: info.php,v 1.34 2011/07/31 23:54:12 eldy Exp $
*/ */
require("../main.inc.php"); require("../main.inc.php");
@@ -64,5 +63,5 @@ print "</div>";
$db->close(); $db->close();
llxFooter('$Date$ - $Revision$'); llxFooter('$Date: 2011/07/31 23:54:12 $ - $Revision: 1.34 $');
?> ?>

View File

@@ -13,15 +13,14 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* 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, write to the Free Software * along with this program. If not, see <http://www.gnu.org/licenses/>.
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/ */
/** /**
* \file htdocs/contact/ldap.php * \file htdocs/contact/ldap.php
* \ingroup ldap * \ingroup ldap
* \brief Page fiche LDAP contact * \brief Page fiche LDAP contact
* \version $Id$ * \version $Id: ldap.php,v 1.33 2011/07/31 23:54:12 eldy Exp $
*/ */
require("../main.inc.php"); require("../main.inc.php");
@@ -210,5 +209,5 @@ print '</table>';
$db->close(); $db->close();
llxFooter('$Date$ - $Revision$'); llxFooter('$Date: 2011/07/31 23:54:12 $ - $Revision: 1.33 $');
?> ?>

View File

@@ -13,15 +13,14 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* 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, write to the Free Software * along with this program. If not, see <http://www.gnu.org/licenses/>.
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/ */
/** /**
* \file htdocs/contact/perso.php * \file htdocs/contact/perso.php
* \ingroup societe * \ingroup societe
* \brief Onglet informations personnelles d'un contact * \brief Onglet informations personnelles d'un contact
* \version $Id$ * \version $Id: perso.php,v 1.65 2011/07/31 23:54:12 eldy Exp $
*/ */
require("../main.inc.php"); require("../main.inc.php");
@@ -233,5 +232,5 @@ else
$db->close(); $db->close();
llxFooter('$Date$ - $Revision$'); llxFooter('$Date: 2011/07/31 23:54:12 $ - $Revision: 1.65 $');
?> ?>

View File

@@ -13,15 +13,14 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* 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, write to the Free Software * along with this program. If not, see <http://www.gnu.org/licenses/>.
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/ */
/** /**
* \file htdocs/contact/vcard.php * \file htdocs/contact/vcard.php
* \ingroup societe * \ingroup societe
* \brief Onglet vcard d'un contact * \brief Onglet vcard d'un contact
* \version $Id$ * \version $Id: vcard.php,v 1.27 2011/07/31 23:54:12 eldy Exp $
*/ */
require("../main.inc.php"); require("../main.inc.php");