Modif =product_prepare_head($product, $user);
BUG 18583
This commit is contained in:
parent
c9b1b81c31
commit
a8cda44cca
@ -1,5 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/* Copyright (C) 2006 Laurent Destailleur <eldy@users.sourceforge.net>
|
/* Copyright (C) 2006 Laurent Destailleur <eldy@users.sourceforge.net>
|
||||||
|
* Copyright (C) 2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
@ -24,11 +25,9 @@
|
|||||||
\file htdocs/lib/product.lib.php
|
\file htdocs/lib/product.lib.php
|
||||||
\brief Ensemble de fonctions de base pour le module produit et service
|
\brief Ensemble de fonctions de base pour le module produit et service
|
||||||
\version $Revision$
|
\version $Revision$
|
||||||
|
|
||||||
Ensemble de fonctions de base de dolibarr sous forme d'include
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function product_prepare_head($product)
|
function product_prepare_head($product, $user)
|
||||||
{
|
{
|
||||||
global $langs, $conf;
|
global $langs, $conf;
|
||||||
$h = 0;
|
$h = 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user