Fix: Files must be utf8 with no BOM

This commit is contained in:
eldy 2011-09-29 20:06:14 +02:00
parent a309de15bb
commit 346d8880df
2 changed files with 1 additions and 2 deletions

View File

@ -24,7 +24,6 @@
function llxHeaderPaypal($title, $head = "")
{
global $user, $conf, $langs;

View File

@ -1,4 +1,4 @@
<?php
<?php
/* Copyright (C) 2010-2011 Laurent Destailleur <eldy@users.sourceforge.org>
* Copyright (C) 2011 Regis Houssin <regis@dolibarr.fr>
*