Fix: Avoid errors into rpm packages

This commit is contained in:
Laurent Destailleur 2011-08-03 01:13:30 +00:00
parent 358b21297d
commit 463e3cf6a1
2 changed files with 15 additions and 16 deletions

View File

@ -17,10 +17,10 @@
*/ */
/** /**
\file htdocs/boutique/index.php * \file htdocs/boutique/index.php
\ingroup boutique * \ingroup boutique
\brief Page accueil zone boutique * \brief Page accueil zone boutique
\version $Id: index.php,v 1.16 2011/08/03 00:45:46 eldy Exp $ * \version $Id: index.php,v 1.17 2011/08/03 01:17:17 eldy Exp $
*/ */
require("../main.inc.php"); require("../main.inc.php");
@ -238,5 +238,5 @@ print '</tr></table>';
$dbosc->close(); $dbosc->close();
llxFooter('$Date: 2011/08/03 00:45:46 $ - $Revision: 1.16 $'); llxFooter('$Date: 2011/08/03 01:17:17 $ - $Revision: 1.17 $');
?> ?>

View File

@ -15,8 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
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.
--> -->
<fieldset class="cadre_facturation"><legend class="titre1"><?php echo $langs->trans("Summary"); ?></legend> <fieldset class="cadre_facturation"><legend class="titre1"><?php echo $langs->trans("Summary"); ?></legend>