diff --git a/dev/initdata/generate-order.php b/dev/initdata/generate-order.php
index 5e53fa752a2..e0adb2a256e 100755
--- a/dev/initdata/generate-order.php
+++ b/dev/initdata/generate-order.php
@@ -220,4 +220,3 @@ for ($s = 0 ; $s < GEN_NUMBER_COMMANDE ; $s++)
dol_print_error($db,$object->error);
}
}
-
diff --git a/dev/initdata/generate-product.php b/dev/initdata/generate-product.php
index 393d5c5ce3d..f1b6c25e92a 100755
--- a/dev/initdata/generate-product.php
+++ b/dev/initdata/generate-product.php
@@ -96,5 +96,3 @@ for ($s = 0 ; $s < GEN_NUMBER_PRODUIT ; $s++)
if ($ret < 0) print "Error $ret - ".$produit->error."\n";
else print " OK with ref ".$produit->ref."\n";
}
-
-
diff --git a/dev/initdata/generate-thirdparty.php b/dev/initdata/generate-thirdparty.php
index 7f2c3e2055d..3744abeae7c 100755
--- a/dev/initdata/generate-thirdparty.php
+++ b/dev/initdata/generate-thirdparty.php
@@ -127,5 +127,3 @@ for ($s = 0 ; $s < GEN_NUMBER_SOCIETE ; $s++)
print "Error: ".$soc->error."\n";
}
}
-
-
diff --git a/dev/initdata/purge-data.php b/dev/initdata/purge-data.php
index 2bdf200225b..63a10d84bc5 100755
--- a/dev/initdata/purge-data.php
+++ b/dev/initdata/purge-data.php
@@ -275,4 +275,3 @@ else
}
$db->close();
-
diff --git a/dev/setup/codesniffer/ruleset.xml b/dev/setup/codesniffer/ruleset.xml
index 72eecacef3c..b5c1ae5b6a9 100644
--- a/dev/setup/codesniffer/ruleset.xml
+++ b/dev/setup/codesniffer/ruleset.xml
@@ -429,4 +429,8 @@
+
+
+
+
diff --git a/dev/translation/sanity_check_en_langfiles.php b/dev/translation/sanity_check_en_langfiles.php
index cfc51e210f4..556a0fce254 100755
--- a/dev/translation/sanity_check_en_langfiles.php
+++ b/dev/translation/sanity_check_en_langfiles.php
@@ -388,4 +388,3 @@ if ($web)
}
exit;
-
diff --git a/htdocs/accountancy/admin/accountmodel.php b/htdocs/accountancy/admin/accountmodel.php
index 6c9122e5971..637d9548eb9 100644
--- a/htdocs/accountancy/admin/accountmodel.php
+++ b/htdocs/accountancy/admin/accountmodel.php
@@ -874,4 +874,3 @@ function fieldListAccountModel($fieldlist, $obj = '', $tabname = '', $context =
}
}
}
-
diff --git a/htdocs/accountancy/admin/categories_list.php b/htdocs/accountancy/admin/categories_list.php
index c6cef113633..e18be1b8d60 100644
--- a/htdocs/accountancy/admin/categories_list.php
+++ b/htdocs/accountancy/admin/categories_list.php
@@ -873,4 +873,3 @@ function fieldListAccountingCategories($fieldlist, $obj = '', $tabname = '', $co
}
}
}
-
diff --git a/htdocs/accountancy/class/lettering.class.php b/htdocs/accountancy/class/lettering.class.php
index a0b2c763d96..83a018a24cc 100644
--- a/htdocs/accountancy/class/lettering.class.php
+++ b/htdocs/accountancy/class/lettering.class.php
@@ -314,4 +314,3 @@ class Lettering extends BookKeeping
}
}
}
-
diff --git a/htdocs/admin/dict.php b/htdocs/admin/dict.php
index 990bbec2932..8a52a4346f8 100644
--- a/htdocs/admin/dict.php
+++ b/htdocs/admin/dict.php
@@ -1990,4 +1990,3 @@ function fieldList($fieldlist, $obj = '', $tabname = '', $context = '')
return $withentity;
}
-
diff --git a/htdocs/admin/ldap_contacts.php b/htdocs/admin/ldap_contacts.php
index cb4972e84b3..56866fdaea7 100644
--- a/htdocs/admin/ldap_contacts.php
+++ b/htdocs/admin/ldap_contacts.php
@@ -321,4 +321,3 @@ if (function_exists("ldap_connect"))
// End of page
llxFooter();
$db->close();
-
diff --git a/htdocs/admin/livraison.php b/htdocs/admin/livraison.php
index a7c38a95e1f..e49ef792700 100644
--- a/htdocs/admin/livraison.php
+++ b/htdocs/admin/livraison.php
@@ -481,4 +481,3 @@ print '';
// End of page
llxFooter();
$db->close();
-
diff --git a/htdocs/admin/mails_templates.php b/htdocs/admin/mails_templates.php
index 49db8b8af23..ab79bfec0fa 100644
--- a/htdocs/admin/mails_templates.php
+++ b/htdocs/admin/mails_templates.php
@@ -1065,4 +1065,3 @@ function fieldList($fieldlist, $obj = '', $tabname = '', $context = '')
}
}
}
-
diff --git a/htdocs/admin/supplier_proposal.php b/htdocs/admin/supplier_proposal.php
index 7c18a1b8e19..430bd3b8436 100644
--- a/htdocs/admin/supplier_proposal.php
+++ b/htdocs/admin/supplier_proposal.php
@@ -585,4 +585,3 @@ print "\n
";
// End of page
llxFooter();
$db->close();
-
diff --git a/htdocs/admin/tools/export.php b/htdocs/admin/tools/export.php
index 6b0ea790ab2..9f3caf91881 100644
--- a/htdocs/admin/tools/export.php
+++ b/htdocs/admin/tools/export.php
@@ -234,4 +234,3 @@ header("Location: dolibarr_export.php");
$time_end = time();
$db->close();
-
diff --git a/htdocs/admin/tools/export_files.php b/htdocs/admin/tools/export_files.php
index 809cea3b271..0aae9083565 100644
--- a/htdocs/admin/tools/export_files.php
+++ b/htdocs/admin/tools/export_files.php
@@ -163,4 +163,3 @@ header("Location: dolibarr_export.php");
$time_end = time();
$db->close();
-
diff --git a/htdocs/admin/website.php b/htdocs/admin/website.php
index e4cc568ea03..3f52896b631 100644
--- a/htdocs/admin/website.php
+++ b/htdocs/admin/website.php
@@ -695,4 +695,3 @@ function fieldListWebsites($fieldlist, $obj = '', $tabname = '', $context = '')
}
}
}
-
diff --git a/htdocs/admin/website_options.php b/htdocs/admin/website_options.php
index 9d724b86390..48c2bdcdd08 100644
--- a/htdocs/admin/website_options.php
+++ b/htdocs/admin/website_options.php
@@ -147,4 +147,3 @@ dol_fiche_end();
// End of page
llxFooter();
$db->close();
-
diff --git a/htdocs/api/admin/explorer.php b/htdocs/api/admin/explorer.php
index c3b54e36b6c..951e88f63fc 100644
--- a/htdocs/api/admin/explorer.php
+++ b/htdocs/api/admin/explorer.php
@@ -221,4 +221,3 @@ print $langs->trans("OnlyActiveElementsAreExposed", DOL_URL_ROOT.'/admin/modules
llxFooter();
$db->close();
-
diff --git a/htdocs/blockedlog/ajax/authority.php b/htdocs/blockedlog/ajax/authority.php
index 1104eeb3c02..1b002dda574 100644
--- a/htdocs/blockedlog/ajax/authority.php
+++ b/htdocs/blockedlog/ajax/authority.php
@@ -69,5 +69,3 @@ elseif(!empty($newblock)){
else{
echo 'idontunderstandwhatihavetodo';
}
-
-
diff --git a/htdocs/bookmarks/bookmarks.lib.php b/htdocs/bookmarks/bookmarks.lib.php
index abe562c5ad9..5dd55a95873 100644
--- a/htdocs/bookmarks/bookmarks.lib.php
+++ b/htdocs/bookmarks/bookmarks.lib.php
@@ -150,4 +150,3 @@ function printBookmarksList($aDb, $aLangs)
return $ret;
}
-
diff --git a/htdocs/bookmarks/list.php b/htdocs/bookmarks/list.php
index e26b38c2513..5cbd07393e3 100644
--- a/htdocs/bookmarks/list.php
+++ b/htdocs/bookmarks/list.php
@@ -212,5 +212,3 @@ else
// End of page
llxFooter();
$db->close();
-
-
diff --git a/htdocs/cashdesk/class/Auth.class.php b/htdocs/cashdesk/class/Auth.class.php
index 78b76e20d11..343204e7870 100644
--- a/htdocs/cashdesk/class/Auth.class.php
+++ b/htdocs/cashdesk/class/Auth.class.php
@@ -139,4 +139,3 @@ class Auth
return $ret;
}
}
-
diff --git a/htdocs/cashdesk/deconnexion.php b/htdocs/cashdesk/deconnexion.php
index 0602b577378..67fc4e9cbb6 100644
--- a/htdocs/cashdesk/deconnexion.php
+++ b/htdocs/cashdesk/deconnexion.php
@@ -34,4 +34,3 @@ unset($_SESSION['uid']);
header('Location: '.DOL_URL_ROOT.'/cashdesk/index.php');
exit;
-
diff --git a/htdocs/cashdesk/facturation_verif.php b/htdocs/cashdesk/facturation_verif.php
index 960ddddb18a..a643a9197e2 100644
--- a/htdocs/cashdesk/facturation_verif.php
+++ b/htdocs/cashdesk/facturation_verif.php
@@ -233,4 +233,3 @@ $_SESSION['serObjFacturation'] = serialize($obj_facturation);
//var_dump($_SESSION['serObjFacturation']);
header('Location: '.$redirection);
exit;
-
diff --git a/htdocs/cashdesk/include/environnement.php b/htdocs/cashdesk/include/environnement.php
index 4490d4cf405..6442d1776e3 100644
--- a/htdocs/cashdesk/include/environnement.php
+++ b/htdocs/cashdesk/include/environnement.php
@@ -49,4 +49,3 @@ $conf_nbr_car_listes = 60; // Nombre max de caracteres par ligne dans les listes
// Add hidden option to force decrease of stock whatever is user setup
if (! empty($conf->global->CASHDESK_FORCE_STOCK_ON_BILL)) $conf->global->STOCK_CALCULATE_ON_BILL=1;
-
diff --git a/htdocs/cashdesk/index_verif.php b/htdocs/cashdesk/index_verif.php
index cd354293022..8976434b559 100644
--- a/htdocs/cashdesk/index_verif.php
+++ b/htdocs/cashdesk/index_verif.php
@@ -140,4 +140,3 @@ else
header('Location: '.DOL_URL_ROOT.'/cashdesk/index.php?err='.urlencode($retour).'&user='.$username.'&socid='.$thirdpartyid.'&warehouseid='.$warehouseid);
exit;
}
-
diff --git a/htdocs/cashdesk/validation.php b/htdocs/cashdesk/validation.php
index ff1219861e2..f52802f1f5d 100644
--- a/htdocs/cashdesk/validation.php
+++ b/htdocs/cashdesk/validation.php
@@ -25,4 +25,3 @@ $form=new Form($db);
// Affichage des templates
require 'tpl/validation1.tpl.php';
-
diff --git a/htdocs/cashdesk/validation_ok.php b/htdocs/cashdesk/validation_ok.php
index c8c83a91f18..78b66a3e502 100644
--- a/htdocs/cashdesk/validation_ok.php
+++ b/htdocs/cashdesk/validation_ok.php
@@ -23,4 +23,3 @@
// Affichage des templates
require 'tpl/validation2.tpl.php';
-
diff --git a/htdocs/cashdesk/validation_ticket.php b/htdocs/cashdesk/validation_ticket.php
index a98b50b0bc9..9efad161821 100644
--- a/htdocs/cashdesk/validation_ticket.php
+++ b/htdocs/cashdesk/validation_ticket.php
@@ -40,4 +40,3 @@ if (empty($reshook))
$_SESSION['serObjFacturation'] = serialize($obj_facturation);
-
diff --git a/htdocs/commande/class/commandestats.class.php b/htdocs/commande/class/commandestats.class.php
index edd072854d3..0300eb51df0 100644
--- a/htdocs/commande/class/commandestats.class.php
+++ b/htdocs/commande/class/commandestats.class.php
@@ -223,4 +223,3 @@ class CommandeStats extends Stats
return $this->_getAllByProduct($sql);
}
}
-
diff --git a/htdocs/commande/customer.php b/htdocs/commande/customer.php
index 575c7985e3a..0b420eabac6 100644
--- a/htdocs/commande/customer.php
+++ b/htdocs/commande/customer.php
@@ -193,4 +193,3 @@ else
// End of page
llxFooter();
$db->close();
-
diff --git a/htdocs/compta/deplacement/class/deplacementstats.class.php b/htdocs/compta/deplacement/class/deplacementstats.class.php
index e7277b0ca58..af704c1ad56 100644
--- a/htdocs/compta/deplacement/class/deplacementstats.class.php
+++ b/htdocs/compta/deplacement/class/deplacementstats.class.php
@@ -166,4 +166,3 @@ class DeplacementStats extends Stats
return $this->_getAllByYear($sql);
}
}
-
diff --git a/htdocs/compta/facture/class/facturestats.class.php b/htdocs/compta/facture/class/facturestats.class.php
index ea065d81636..a6a6fd07e84 100644
--- a/htdocs/compta/facture/class/facturestats.class.php
+++ b/htdocs/compta/facture/class/facturestats.class.php
@@ -225,4 +225,3 @@ class FactureStats extends Stats
return $this->_getAllByProduct($sql);
}
}
-
diff --git a/htdocs/compta/prelevement/stats.php b/htdocs/compta/prelevement/stats.php
index e7bd8622fa2..ea4d91d6022 100644
--- a/htdocs/compta/prelevement/stats.php
+++ b/htdocs/compta/prelevement/stats.php
@@ -228,4 +228,3 @@ else
// End of page
llxFooter();
$db->close();
-
diff --git a/htdocs/compta/salaries/class/salariesstats.class.php b/htdocs/compta/salaries/class/salariesstats.class.php
index befd0dd5c51..c34d7713901 100644
--- a/htdocs/compta/salaries/class/salariesstats.class.php
+++ b/htdocs/compta/salaries/class/salariesstats.class.php
@@ -164,4 +164,3 @@ class SalariesStats extends Stats
return $this->_getAllByYear($sql);
}
}
-
diff --git a/htdocs/core/actions_builddoc.inc.php b/htdocs/core/actions_builddoc.inc.php
index d585ace7cd2..30576329d1c 100644
--- a/htdocs/core/actions_builddoc.inc.php
+++ b/htdocs/core/actions_builddoc.inc.php
@@ -133,4 +133,3 @@ if ($action == 'remove_file' && $permissioncreate)
header('Location: '.$urltoredirect);
exit;
}
-
diff --git a/htdocs/core/actions_changeselectedfields.inc.php b/htdocs/core/actions_changeselectedfields.inc.php
index 6d39272f74e..4cfc29209b1 100644
--- a/htdocs/core/actions_changeselectedfields.inc.php
+++ b/htdocs/core/actions_changeselectedfields.inc.php
@@ -44,5 +44,3 @@ if (GETPOST('formfilteraction') == 'listafterchangingselectedfields')
//$action='list';
//var_dump($tabparam);exit;
}
-
-
diff --git a/htdocs/core/actions_dellink.inc.php b/htdocs/core/actions_dellink.inc.php
index 7d20f124277..d2b8019a5e0 100644
--- a/htdocs/core/actions_dellink.inc.php
+++ b/htdocs/core/actions_dellink.inc.php
@@ -43,4 +43,3 @@ if ($action == 'dellink' && ! empty($permissiondellink) && ! GETPOST('cancel','a
$result=$object->deleteObjectLinked(0, '', 0, '', $dellinkid);
if ($result < 0) setEventMessages($object->error,$object->errors,'errors');
}
-
diff --git a/htdocs/core/actions_extrafields.inc.php b/htdocs/core/actions_extrafields.inc.php
index bae5001b256..a50fadec1af 100644
--- a/htdocs/core/actions_extrafields.inc.php
+++ b/htdocs/core/actions_extrafields.inc.php
@@ -402,4 +402,3 @@ if ($action == 'delete')
$mesg=$langs->trans("ErrorFieldCanNotContainSpecialCharacters",$langs->transnoentities("AttributeCode"));
}
}
-
diff --git a/htdocs/core/actions_lineupdown.inc.php b/htdocs/core/actions_lineupdown.inc.php
index bcf251e0763..8b5e3e3a24c 100644
--- a/htdocs/core/actions_lineupdown.inc.php
+++ b/htdocs/core/actions_lineupdown.inc.php
@@ -70,4 +70,3 @@ if ($action == 'down' && $permissiontoedit)
header('Location: ' . $_SERVER["PHP_SELF"] . '?id=' . $object->id . '#' . GETPOST('rowid'));
exit();
}
-
diff --git a/htdocs/core/actions_massactions.inc.php b/htdocs/core/actions_massactions.inc.php
index 7992e36136b..7f9760345a1 100644
--- a/htdocs/core/actions_massactions.inc.php
+++ b/htdocs/core/actions_massactions.inc.php
@@ -1262,6 +1262,3 @@ $parameters['uploaddir']=$uploaddir;
$reshook=$hookmanager->executeHooks('doMassActions',$parameters, $object, $action); // Note that $action and $object may have been modified by some hooks
if ($reshook < 0) setEventMessages($hookmanager->error, $hookmanager->errors, 'errors');
-
-
-
diff --git a/htdocs/core/actions_setmoduleoptions.inc.php b/htdocs/core/actions_setmoduleoptions.inc.php
index 03ff1491e49..fec4ef08c11 100644
--- a/htdocs/core/actions_setmoduleoptions.inc.php
+++ b/htdocs/core/actions_setmoduleoptions.inc.php
@@ -114,4 +114,3 @@ if ($action == 'setModuleOptions')
if (empty($nomessageinsetmoduleoptions)) setEventMessages($langs->trans("SetupNotSaved"), null, 'errors');
}
}
-
diff --git a/htdocs/core/ajax/ajaxdirtree.php b/htdocs/core/ajax/ajaxdirtree.php
index 1e4dde7e0a4..422cf455704 100644
--- a/htdocs/core/ajax/ajaxdirtree.php
+++ b/htdocs/core/ajax/ajaxdirtree.php
@@ -491,4 +491,3 @@ function treeOutputForAbsoluteDir($sqltree, $selecteddir, $fullpathselecteddir,
else print "PermissionDenied";
}
}
-
diff --git a/htdocs/core/ajax/bankconciliate.php b/htdocs/core/ajax/bankconciliate.php
index e5bfb674e8f..47e86864d89 100644
--- a/htdocs/core/ajax/bankconciliate.php
+++ b/htdocs/core/ajax/bankconciliate.php
@@ -94,4 +94,3 @@ if (($user->rights->banque->modifier || $user->rights->banque->consolidate) && $
exit;
}
-
diff --git a/htdocs/core/ajax/box.php b/htdocs/core/ajax/box.php
index 93b317a43c9..664af93822b 100644
--- a/htdocs/core/ajax/box.php
+++ b/htdocs/core/ajax/box.php
@@ -77,4 +77,3 @@ if ($boxorder && $zone != '' && $userid > 0)
}
}
}
-
diff --git a/htdocs/core/ajax/check_notifications.php b/htdocs/core/ajax/check_notifications.php
index a5c73655bab..35d465ae632 100644
--- a/htdocs/core/ajax/check_notifications.php
+++ b/htdocs/core/ajax/check_notifications.php
@@ -116,4 +116,3 @@ if ($time >= $_SESSION['auto_check_events_not_before'])
}
print json_encode($eventfound);
-
diff --git a/htdocs/core/ajax/constantonoff.php b/htdocs/core/ajax/constantonoff.php
index 4977b526cc2..4a7d9fc5bd1 100644
--- a/htdocs/core/ajax/constantonoff.php
+++ b/htdocs/core/ajax/constantonoff.php
@@ -64,4 +64,3 @@ if (! empty($action) && ! empty($name))
}
}
}
-
diff --git a/htdocs/core/ajax/contacts.php b/htdocs/core/ajax/contacts.php
index 777fa076639..b1c9d7a82fa 100644
--- a/htdocs/core/ajax/contacts.php
+++ b/htdocs/core/ajax/contacts.php
@@ -54,4 +54,3 @@ if (! empty($id) && ! empty($action) && ! empty($htmlname))
echo json_encode($return);
}
-
diff --git a/htdocs/core/ajax/extraparams.php b/htdocs/core/ajax/extraparams.php
index 5d06bb338ef..0dd7f3ff016 100644
--- a/htdocs/core/ajax/extraparams.php
+++ b/htdocs/core/ajax/extraparams.php
@@ -74,4 +74,3 @@ if(! empty($id) && ! empty($element) && ! empty($htmlelement) && ! empty($type))
$result=$object->setExtraParameters();
}
-
diff --git a/htdocs/core/ajax/fileupload.php b/htdocs/core/ajax/fileupload.php
index 1cf5678cb00..dd7fcd88131 100644
--- a/htdocs/core/ajax/fileupload.php
+++ b/htdocs/core/ajax/fileupload.php
@@ -73,4 +73,3 @@ switch ($_SERVER['REQUEST_METHOD']) {
}
$db->close();
-
diff --git a/htdocs/core/ajax/getaccountcurrency.php b/htdocs/core/ajax/getaccountcurrency.php
index d58c81efdba..46244f8ec7a 100644
--- a/htdocs/core/ajax/getaccountcurrency.php
+++ b/htdocs/core/ajax/getaccountcurrency.php
@@ -54,4 +54,3 @@ if (! empty($id))
echo json_encode($return);
}
-
diff --git a/htdocs/core/ajax/loadinplace.php b/htdocs/core/ajax/loadinplace.php
index 918d1920759..5123d5e6202 100644
--- a/htdocs/core/ajax/loadinplace.php
+++ b/htdocs/core/ajax/loadinplace.php
@@ -112,4 +112,3 @@ if (! empty($field) && ! empty($element) && ! empty($table_element) && ! empty($
echo $langs->transnoentities('NotEnoughPermissions');
}
}
-
diff --git a/htdocs/core/ajax/price.php b/htdocs/core/ajax/price.php
index 3b5585837d6..614bad5e161 100644
--- a/htdocs/core/ajax/price.php
+++ b/htdocs/core/ajax/price.php
@@ -63,4 +63,3 @@ if (! empty($output) && isset($amount) && isset($tva_tx))
echo json_encode($return);
}
-
diff --git a/htdocs/core/ajax/row.php b/htdocs/core/ajax/row.php
index 5348f36976d..11c1d614304 100644
--- a/htdocs/core/ajax/row.php
+++ b/htdocs/core/ajax/row.php
@@ -73,4 +73,3 @@ if ((! empty($_POST['roworder'])) && (! empty($_POST['table_element_line']))
$result=$row->line_order(true);
}
}
-
diff --git a/htdocs/core/ajax/saveinplace.php b/htdocs/core/ajax/saveinplace.php
index 8715997d778..a3546f8f782 100644
--- a/htdocs/core/ajax/saveinplace.php
+++ b/htdocs/core/ajax/saveinplace.php
@@ -229,4 +229,3 @@ if (! empty($field) && ! empty($element) && ! empty($table_element) && ! empty($
echo $langs->trans('NotEnoughPermissions');
}
}
-
diff --git a/htdocs/core/ajax/security.php b/htdocs/core/ajax/security.php
index d6bfe51b45c..0ed7545b4cf 100644
--- a/htdocs/core/ajax/security.php
+++ b/htdocs/core/ajax/security.php
@@ -49,4 +49,3 @@ if (isset($_GET['action']) && ! empty($_GET['action']))
echo getRandomPassword($generic);
}
}
-
diff --git a/htdocs/core/ajax/selectsearchbox.php b/htdocs/core/ajax/selectsearchbox.php
index 8d6c4fe0c31..c8ca10b21b4 100644
--- a/htdocs/core/ajax/selectsearchbox.php
+++ b/htdocs/core/ajax/selectsearchbox.php
@@ -170,4 +170,3 @@ if (! isset($usedbyinclude) || empty($usedbyinclude))
print json_encode($arrayresult);
if (is_object($db)) $db->close();
}
-
diff --git a/htdocs/core/ajax/vatrates.php b/htdocs/core/ajax/vatrates.php
index 8fe38d02552..29070c57985 100644
--- a/htdocs/core/ajax/vatrates.php
+++ b/htdocs/core/ajax/vatrates.php
@@ -67,4 +67,3 @@ if (! empty($id) && ! empty($action) && ! empty($htmlname))
echo json_encode($return);
}
-
diff --git a/htdocs/core/ajax/ziptown.php b/htdocs/core/ajax/ziptown.php
index c1af6a2ac22..a7d40a69aba 100644
--- a/htdocs/core/ajax/ziptown.php
+++ b/htdocs/core/ajax/ziptown.php
@@ -135,4 +135,3 @@ else
}
$db->close();
-
diff --git a/htdocs/core/antispamimage.php b/htdocs/core/antispamimage.php
index 7f0f2bde12f..9d0f8e46ad2 100644
--- a/htdocs/core/antispamimage.php
+++ b/htdocs/core/antispamimage.php
@@ -65,4 +65,3 @@ $background_color = imagecolorallocate($img, 250, 250, 250);
$ecriture_color = imagecolorallocate($img, 0, 0, 0);
imagestring($img, 4, 24, 8, $string, $ecriture_color);
imagepng($img);
-
diff --git a/htdocs/core/boxes/box_actions.php b/htdocs/core/boxes/box_actions.php
index 55804430113..0c2e6651848 100644
--- a/htdocs/core/boxes/box_actions.php
+++ b/htdocs/core/boxes/box_actions.php
@@ -260,4 +260,3 @@ class box_actions extends ModeleBoxes
return '';
}
}
-
diff --git a/htdocs/core/boxes/box_bookmarks.php b/htdocs/core/boxes/box_bookmarks.php
index ec091956701..7213019754c 100644
--- a/htdocs/core/boxes/box_bookmarks.php
+++ b/htdocs/core/boxes/box_bookmarks.php
@@ -162,4 +162,3 @@ class box_bookmarks extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_clients.php b/htdocs/core/boxes/box_clients.php
index c4e34a72e9b..1fb09668799 100644
--- a/htdocs/core/boxes/box_clients.php
+++ b/htdocs/core/boxes/box_clients.php
@@ -178,4 +178,3 @@ class box_clients extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_commandes.php b/htdocs/core/boxes/box_commandes.php
index 795bf36bd0b..26f15f9cf13 100644
--- a/htdocs/core/boxes/box_commandes.php
+++ b/htdocs/core/boxes/box_commandes.php
@@ -203,4 +203,3 @@ class box_commandes extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_comptes.php b/htdocs/core/boxes/box_comptes.php
index 0f0d0f83fed..a5566fad1db 100644
--- a/htdocs/core/boxes/box_comptes.php
+++ b/htdocs/core/boxes/box_comptes.php
@@ -189,4 +189,3 @@ class box_comptes extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_contacts.php b/htdocs/core/boxes/box_contacts.php
index 2654607e2eb..9ba8fc02cf9 100644
--- a/htdocs/core/boxes/box_contacts.php
+++ b/htdocs/core/boxes/box_contacts.php
@@ -190,4 +190,3 @@ class box_contacts extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_contracts.php b/htdocs/core/boxes/box_contracts.php
index bd499855cc4..8f0161fee9c 100644
--- a/htdocs/core/boxes/box_contracts.php
+++ b/htdocs/core/boxes/box_contracts.php
@@ -194,4 +194,3 @@ class box_contracts extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_external_rss.php b/htdocs/core/boxes/box_external_rss.php
index d7165198201..644eff9ae4c 100644
--- a/htdocs/core/boxes/box_external_rss.php
+++ b/htdocs/core/boxes/box_external_rss.php
@@ -200,4 +200,3 @@ class box_external_rss extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_factures_fourn.php b/htdocs/core/boxes/box_factures_fourn.php
index cc8cd3bd1da..611f71578b7 100644
--- a/htdocs/core/boxes/box_factures_fourn.php
+++ b/htdocs/core/boxes/box_factures_fourn.php
@@ -219,4 +219,3 @@ class box_factures_fourn extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_factures_fourn_imp.php b/htdocs/core/boxes/box_factures_fourn_imp.php
index 181994fc1e3..9957fb9cbf7 100644
--- a/htdocs/core/boxes/box_factures_fourn_imp.php
+++ b/htdocs/core/boxes/box_factures_fourn_imp.php
@@ -206,4 +206,3 @@ class box_factures_fourn_imp extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_ficheinter.php b/htdocs/core/boxes/box_ficheinter.php
index b4016bb3758..d76340023d3 100644
--- a/htdocs/core/boxes/box_ficheinter.php
+++ b/htdocs/core/boxes/box_ficheinter.php
@@ -171,4 +171,3 @@ class box_ficheinter extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_fournisseurs.php b/htdocs/core/boxes/box_fournisseurs.php
index aa04d312f54..a5e8ed77228 100644
--- a/htdocs/core/boxes/box_fournisseurs.php
+++ b/htdocs/core/boxes/box_fournisseurs.php
@@ -165,4 +165,3 @@ class box_fournisseurs extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_goodcustomers.php b/htdocs/core/boxes/box_goodcustomers.php
index 0cca908f5d8..adba592f516 100644
--- a/htdocs/core/boxes/box_goodcustomers.php
+++ b/htdocs/core/boxes/box_goodcustomers.php
@@ -174,4 +174,3 @@ class box_goodcustomers extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_graph_invoices_permonth.php b/htdocs/core/boxes/box_graph_invoices_permonth.php
index b288912915d..0bac498a1b6 100644
--- a/htdocs/core/boxes/box_graph_invoices_permonth.php
+++ b/htdocs/core/boxes/box_graph_invoices_permonth.php
@@ -280,4 +280,3 @@ class box_graph_invoices_permonth extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_graph_invoices_supplier_permonth.php b/htdocs/core/boxes/box_graph_invoices_supplier_permonth.php
index be4b8722cf2..eb6b443c546 100644
--- a/htdocs/core/boxes/box_graph_invoices_supplier_permonth.php
+++ b/htdocs/core/boxes/box_graph_invoices_supplier_permonth.php
@@ -279,4 +279,3 @@ class box_graph_invoices_supplier_permonth extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_graph_orders_permonth.php b/htdocs/core/boxes/box_graph_orders_permonth.php
index 390499bd359..8ca192c189f 100644
--- a/htdocs/core/boxes/box_graph_orders_permonth.php
+++ b/htdocs/core/boxes/box_graph_orders_permonth.php
@@ -278,4 +278,3 @@ class box_graph_orders_permonth extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_graph_orders_supplier_permonth.php b/htdocs/core/boxes/box_graph_orders_supplier_permonth.php
index 098cbb4d038..7c59ecb6de1 100644
--- a/htdocs/core/boxes/box_graph_orders_supplier_permonth.php
+++ b/htdocs/core/boxes/box_graph_orders_supplier_permonth.php
@@ -277,4 +277,3 @@ class box_graph_orders_supplier_permonth extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_graph_product_distribution.php b/htdocs/core/boxes/box_graph_product_distribution.php
index 704a0922472..494f6cd98f9 100644
--- a/htdocs/core/boxes/box_graph_product_distribution.php
+++ b/htdocs/core/boxes/box_graph_product_distribution.php
@@ -417,4 +417,3 @@ class box_graph_product_distribution extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_graph_propales_permonth.php b/htdocs/core/boxes/box_graph_propales_permonth.php
index 4abd3a8725a..ddf95f8076e 100644
--- a/htdocs/core/boxes/box_graph_propales_permonth.php
+++ b/htdocs/core/boxes/box_graph_propales_permonth.php
@@ -281,4 +281,3 @@ class box_graph_propales_permonth extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_members.php b/htdocs/core/boxes/box_members.php
index 8ffa90de5a4..1d569302256 100644
--- a/htdocs/core/boxes/box_members.php
+++ b/htdocs/core/boxes/box_members.php
@@ -183,4 +183,3 @@ class box_members extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_produits.php b/htdocs/core/boxes/box_produits.php
index bb64e46ecc4..13b24352978 100644
--- a/htdocs/core/boxes/box_produits.php
+++ b/htdocs/core/boxes/box_produits.php
@@ -231,4 +231,3 @@ class box_produits extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_produits_alerte_stock.php b/htdocs/core/boxes/box_produits_alerte_stock.php
index b14cc2e659f..1b58320992c 100644
--- a/htdocs/core/boxes/box_produits_alerte_stock.php
+++ b/htdocs/core/boxes/box_produits_alerte_stock.php
@@ -243,4 +243,3 @@ class box_produits_alerte_stock extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_project.php b/htdocs/core/boxes/box_project.php
index 3784294298a..1edcce79b0f 100644
--- a/htdocs/core/boxes/box_project.php
+++ b/htdocs/core/boxes/box_project.php
@@ -200,4 +200,3 @@ class box_project extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_propales.php b/htdocs/core/boxes/box_propales.php
index aa3a9f8fb00..b99c389af63 100644
--- a/htdocs/core/boxes/box_propales.php
+++ b/htdocs/core/boxes/box_propales.php
@@ -193,4 +193,3 @@ class box_propales extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_prospect.php b/htdocs/core/boxes/box_prospect.php
index 2c58bdbe1c3..4861a5e2a8a 100644
--- a/htdocs/core/boxes/box_prospect.php
+++ b/htdocs/core/boxes/box_prospect.php
@@ -181,4 +181,3 @@ class box_prospect extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_services_contracts.php b/htdocs/core/boxes/box_services_contracts.php
index 264b95d5c65..513a9db79d9 100644
--- a/htdocs/core/boxes/box_services_contracts.php
+++ b/htdocs/core/boxes/box_services_contracts.php
@@ -246,4 +246,3 @@ class box_services_contracts extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_services_expired.php b/htdocs/core/boxes/box_services_expired.php
index 0bae23fef95..596b585eab9 100644
--- a/htdocs/core/boxes/box_services_expired.php
+++ b/htdocs/core/boxes/box_services_expired.php
@@ -190,4 +190,3 @@ class box_services_expired extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/box_supplier_orders.php b/htdocs/core/boxes/box_supplier_orders.php
index 142fd2820be..8e2e1b6e8e3 100644
--- a/htdocs/core/boxes/box_supplier_orders.php
+++ b/htdocs/core/boxes/box_supplier_orders.php
@@ -189,4 +189,3 @@ class box_supplier_orders extends ModeleBoxes
return parent::showBox($this->info_box_head, $this->info_box_contents, $nooutput);
}
}
-
diff --git a/htdocs/core/boxes/modules_boxes.php b/htdocs/core/boxes/modules_boxes.php
index 971c04848c7..2624599ba66 100644
--- a/htdocs/core/boxes/modules_boxes.php
+++ b/htdocs/core/boxes/modules_boxes.php
@@ -503,5 +503,3 @@ class ModeleBoxes // Can't be abtract as it is instantiated to build "empty" box
return $widget;
}
}
-
-
diff --git a/htdocs/core/class/commonorder.class.php b/htdocs/core/class/commonorder.class.php
index 199b29b87cd..9d9445df91c 100644
--- a/htdocs/core/class/commonorder.class.php
+++ b/htdocs/core/class/commonorder.class.php
@@ -145,4 +145,3 @@ abstract class CommonOrderLine extends CommonObjectLine
public $special_code = 0;
}
-
diff --git a/htdocs/core/class/conf.class.php b/htdocs/core/class/conf.class.php
index d25d3b13f36..2de814fd14a 100644
--- a/htdocs/core/class/conf.class.php
+++ b/htdocs/core/class/conf.class.php
@@ -694,4 +694,3 @@ class Conf
}
}
}
-
diff --git a/htdocs/core/class/html.formbank.class.php b/htdocs/core/class/html.formbank.class.php
index b4fd2df88f3..b86c5262e07 100644
--- a/htdocs/core/class/html.formbank.class.php
+++ b/htdocs/core/class/html.formbank.class.php
@@ -79,4 +79,3 @@ class FormBank
return 'IBANNumber';
}
}
-
diff --git a/htdocs/core/class/html.formmargin.class.php b/htdocs/core/class/html.formmargin.class.php
index 8492237d68f..6d6ff82d5dd 100644
--- a/htdocs/core/class/html.formmargin.class.php
+++ b/htdocs/core/class/html.formmargin.class.php
@@ -281,4 +281,3 @@ class FormMargin
print '';
}
}
-
diff --git a/htdocs/core/class/html.formorder.class.php b/htdocs/core/class/html.formorder.class.php
index c16f292d10d..6fc9f6f2046 100644
--- a/htdocs/core/class/html.formorder.class.php
+++ b/htdocs/core/class/html.formorder.class.php
@@ -101,4 +101,3 @@ class FormOrder extends Form
return 1;
}
}
-
diff --git a/htdocs/core/class/infobox.class.php b/htdocs/core/class/infobox.class.php
index 0a97429be44..2a818eb9596 100644
--- a/htdocs/core/class/infobox.class.php
+++ b/htdocs/core/class/infobox.class.php
@@ -282,4 +282,3 @@ class InfoBox
}
}
}
-
diff --git a/htdocs/core/class/stats.class.php b/htdocs/core/class/stats.class.php
index eab2ef70e8a..bbdebab81b0 100644
--- a/htdocs/core/class/stats.class.php
+++ b/htdocs/core/class/stats.class.php
@@ -605,4 +605,3 @@ abstract class Stats
return $result;
}
}
-
diff --git a/htdocs/core/db/DoliDB.class.php b/htdocs/core/db/DoliDB.class.php
index da1c3cd74fb..59a81537004 100644
--- a/htdocs/core/db/DoliDB.class.php
+++ b/htdocs/core/db/DoliDB.class.php
@@ -298,4 +298,3 @@ abstract class DoliDB implements Database
return $this->lastqueryerror;
}
}
-
diff --git a/htdocs/core/filemanagerdol/connectors/php/config.php b/htdocs/core/filemanagerdol/connectors/php/config.php
index 8df350ef150..84f3b6cc41c 100644
--- a/htdocs/core/filemanagerdol/connectors/php/config.php
+++ b/htdocs/core/filemanagerdol/connectors/php/config.php
@@ -173,4 +173,3 @@ $Config['FileTypesPath']['Media'] = $Config['UserFilesPath'] . 'media/' ;
$Config['FileTypesAbsolutePath']['Media']= ($Config['UserFilesAbsolutePath'] == '') ? '' : $Config['UserFilesAbsolutePath'].'media/' ;
$Config['QuickUploadPath']['Media'] = $Config['UserFilesPath'] ;
$Config['QuickUploadAbsolutePath']['Media']= $Config['UserFilesAbsolutePath'] ;
-
diff --git a/htdocs/core/filemanagerdol/connectors/php/upload.php b/htdocs/core/filemanagerdol/connectors/php/upload.php
index 90230504705..3e019e38062 100644
--- a/htdocs/core/filemanagerdol/connectors/php/upload.php
+++ b/htdocs/core/filemanagerdol/connectors/php/upload.php
@@ -68,5 +68,3 @@ $CKEcallback = $_GET['CKEditorFuncNum'];
//modify the next line adding in the new param
FileUpload($sType, $sCurrentFolder, $sCommand, $CKEcallback);
-
-
diff --git a/htdocs/core/filemanagerdol/connectors/php/util.php b/htdocs/core/filemanagerdol/connectors/php/util.php
index 0b39003f494..42a673516a4 100644
--- a/htdocs/core/filemanagerdol/connectors/php/util.php
+++ b/htdocs/core/filemanagerdol/connectors/php/util.php
@@ -238,4 +238,3 @@ function IsImageValid($filePath, $extension)
return true;
}
-
diff --git a/htdocs/core/lib/accounting.lib.php b/htdocs/core/lib/accounting.lib.php
index 3eebbde72e5..754652c36b1 100644
--- a/htdocs/core/lib/accounting.lib.php
+++ b/htdocs/core/lib/accounting.lib.php
@@ -226,4 +226,3 @@ function journalHead($nom, $variante, $period, $periodlink, $description, $build
print "\n\n\n";
}
-
diff --git a/htdocs/core/lib/agenda.lib.php b/htdocs/core/lib/agenda.lib.php
index 9b7481af7af..b168539f091 100644
--- a/htdocs/core/lib/agenda.lib.php
+++ b/htdocs/core/lib/agenda.lib.php
@@ -561,4 +561,3 @@ function calendars_prepare_head($param)
return $head;
}
-
diff --git a/htdocs/core/lib/barcode.lib.php b/htdocs/core/lib/barcode.lib.php
index bdeff0555a4..b36a8bfe7ab 100644
--- a/htdocs/core/lib/barcode.lib.php
+++ b/htdocs/core/lib/barcode.lib.php
@@ -412,4 +412,3 @@ function barcode_outimage($text, $bars, $scale = 1, $mode = "png", $total_y = 0,
imagepng($im);
}
}
-
diff --git a/htdocs/core/lib/categories.lib.php b/htdocs/core/lib/categories.lib.php
index 769613f6b6c..f814c091c46 100644
--- a/htdocs/core/lib/categories.lib.php
+++ b/htdocs/core/lib/categories.lib.php
@@ -103,5 +103,3 @@ function categoriesadmin_prepare_head()
return $head;
}
-
-
diff --git a/htdocs/core/lib/company.lib.php b/htdocs/core/lib/company.lib.php
index c63883bdb29..8b8bfb923f0 100644
--- a/htdocs/core/lib/company.lib.php
+++ b/htdocs/core/lib/company.lib.php
@@ -1836,6 +1836,3 @@ function show_subsidiaries($conf, $langs, $db, $object)
return $i;
}
-
-
-
diff --git a/htdocs/core/lib/contact.lib.php b/htdocs/core/lib/contact.lib.php
index 3c61410230f..d4001ad0733 100644
--- a/htdocs/core/lib/contact.lib.php
+++ b/htdocs/core/lib/contact.lib.php
@@ -107,4 +107,3 @@ function contact_prepare_head(Contact $object)
return $head;
}
-
diff --git a/htdocs/core/lib/contract.lib.php b/htdocs/core/lib/contract.lib.php
index c7434e80878..9c30e9cbef0 100644
--- a/htdocs/core/lib/contract.lib.php
+++ b/htdocs/core/lib/contract.lib.php
@@ -128,4 +128,3 @@ function contract_admin_prepare_head()
return $head;
}
-
diff --git a/htdocs/core/lib/cron.lib.php b/htdocs/core/lib/cron.lib.php
index 3392785a571..d865a9c6748 100644
--- a/htdocs/core/lib/cron.lib.php
+++ b/htdocs/core/lib/cron.lib.php
@@ -132,5 +132,3 @@ function dol_print_cron_urls()
return 0;
}
-
-
diff --git a/htdocs/core/lib/doc.lib.php b/htdocs/core/lib/doc.lib.php
index 57cadc28e72..2b9b782bb0b 100644
--- a/htdocs/core/lib/doc.lib.php
+++ b/htdocs/core/lib/doc.lib.php
@@ -165,4 +165,3 @@ function doc_getlinedesc($line, $outputlangs, $hideref = 0, $hidedesc = 0, $issu
return $libelleproduitservice;
}
-
diff --git a/htdocs/core/lib/doleditor.lib.php b/htdocs/core/lib/doleditor.lib.php
index 5df18c652bf..17d7212f7ad 100644
--- a/htdocs/core/lib/doleditor.lib.php
+++ b/htdocs/core/lib/doleditor.lib.php
@@ -131,4 +131,3 @@ function show_skin($fuser, $edit = 0)
print '';
}
-
diff --git a/htdocs/core/lib/ecm.lib.php b/htdocs/core/lib/ecm.lib.php
index a1ec2bc4eba..f0f96091573 100644
--- a/htdocs/core/lib/ecm.lib.php
+++ b/htdocs/core/lib/ecm.lib.php
@@ -140,4 +140,3 @@ function ecm_prepare_head_fm($object)
return $head;
}
-
diff --git a/htdocs/core/lib/emailing.lib.php b/htdocs/core/lib/emailing.lib.php
index 06ceb2c96b0..dd12385e313 100644
--- a/htdocs/core/lib/emailing.lib.php
+++ b/htdocs/core/lib/emailing.lib.php
@@ -67,4 +67,3 @@ function emailing_prepare_head(Mailing $object)
return $head;
}
-
diff --git a/htdocs/core/lib/expedition.lib.php b/htdocs/core/lib/expedition.lib.php
index 275970c41c1..c8023ebb75f 100644
--- a/htdocs/core/lib/expedition.lib.php
+++ b/htdocs/core/lib/expedition.lib.php
@@ -138,5 +138,3 @@ function expedition_admin_prepare_head()
return $head;
}
-
-
diff --git a/htdocs/core/lib/files.lib.php b/htdocs/core/lib/files.lib.php
index 1d82cb81122..a5c01214a34 100644
--- a/htdocs/core/lib/files.lib.php
+++ b/htdocs/core/lib/files.lib.php
@@ -2973,4 +2973,3 @@ function getFilesUpdated(&$file_list, SimpleXMLElement $dir, $path = '', $pathre
return $file_list;
}
-
diff --git a/htdocs/core/lib/format_cards.lib.php b/htdocs/core/lib/format_cards.lib.php
index ecfce2108dd..5aa3856f21c 100644
--- a/htdocs/core/lib/format_cards.lib.php
+++ b/htdocs/core/lib/format_cards.lib.php
@@ -66,4 +66,3 @@ foreach($_Avery_Labels as $key => $val)
{
$_Avery_Labels[$key]['name'].=' ('.$_Avery_Labels[$key]['paper-size'].' - '.$_Avery_Labels[$key]['NX'].'x'.$_Avery_Labels[$key]['NY'].')';
}
-
diff --git a/htdocs/core/lib/fourn.lib.php b/htdocs/core/lib/fourn.lib.php
index 4f3351a4d86..996d27a058a 100644
--- a/htdocs/core/lib/fourn.lib.php
+++ b/htdocs/core/lib/fourn.lib.php
@@ -227,5 +227,3 @@ function supplierorder_admin_prepare_head()
return $head;
}
-
-
diff --git a/htdocs/core/lib/geturl.lib.php b/htdocs/core/lib/geturl.lib.php
index ad67ec5e51b..580eb6533dc 100644
--- a/htdocs/core/lib/geturl.lib.php
+++ b/htdocs/core/lib/geturl.lib.php
@@ -208,4 +208,3 @@ function removeHtmlComment($content)
$content = preg_replace('//', '', $content);
return $content;
}
-
diff --git a/htdocs/core/lib/hrm.lib.php b/htdocs/core/lib/hrm.lib.php
index f38d72ec275..32010914b9d 100644
--- a/htdocs/core/lib/hrm.lib.php
+++ b/htdocs/core/lib/hrm.lib.php
@@ -88,4 +88,3 @@ function hrm_admin_prepare_head()
return $head;
}
-
diff --git a/htdocs/core/lib/import.lib.php b/htdocs/core/lib/import.lib.php
index 71e47554ac4..d8295d5ac5f 100644
--- a/htdocs/core/lib/import.lib.php
+++ b/htdocs/core/lib/import.lib.php
@@ -52,4 +52,3 @@ function import_prepare_head($param, $maxstep = 0)
return $head;
}
-
diff --git a/htdocs/core/lib/invoice2.lib.php b/htdocs/core/lib/invoice2.lib.php
index 227d9ee24ec..60ed0a388d2 100644
--- a/htdocs/core/lib/invoice2.lib.php
+++ b/htdocs/core/lib/invoice2.lib.php
@@ -280,4 +280,3 @@ function rebuild_merge_pdf($db, $langs, $conf, $diroutputpdf, $newlangid, $filte
if ($error) return -1;
else return $result;
}
-
diff --git a/htdocs/core/lib/ldap.lib.php b/htdocs/core/lib/ldap.lib.php
index 4cb3f534162..a01a688e801 100644
--- a/htdocs/core/lib/ldap.lib.php
+++ b/htdocs/core/lib/ldap.lib.php
@@ -184,4 +184,3 @@ function show_ldap_content($result, $level, $count, $var, $hide = 0, $subcount =
}
return 1;
}
-
diff --git a/htdocs/core/lib/mailmanspip.lib.php b/htdocs/core/lib/mailmanspip.lib.php
index ce7f2927630..5658e5b0e01 100644
--- a/htdocs/core/lib/mailmanspip.lib.php
+++ b/htdocs/core/lib/mailmanspip.lib.php
@@ -43,4 +43,3 @@ function mailmanspip_admin_prepare_head()
)
);
}
-
diff --git a/htdocs/core/lib/memory.lib.php b/htdocs/core/lib/memory.lib.php
index 8087f34b43c..3bd4991f612 100644
--- a/htdocs/core/lib/memory.lib.php
+++ b/htdocs/core/lib/memory.lib.php
@@ -270,4 +270,3 @@ function dol_getshmop($memoryid)
}
return $data;
}
-
diff --git a/htdocs/core/lib/order.lib.php b/htdocs/core/lib/order.lib.php
index 93a7aaa71e0..3bdb5adf305 100644
--- a/htdocs/core/lib/order.lib.php
+++ b/htdocs/core/lib/order.lib.php
@@ -148,5 +148,3 @@ function order_admin_prepare_head()
return $head;
}
-
-
diff --git a/htdocs/core/lib/parsemd.lib.php b/htdocs/core/lib/parsemd.lib.php
index 8fb3a1eecca..3c86b979107 100644
--- a/htdocs/core/lib/parsemd.lib.php
+++ b/htdocs/core/lib/parsemd.lib.php
@@ -53,4 +53,3 @@ function dolMd2Html($content, $parser = 'parsedown', $replaceimagepath = null)
return $content;
}
-
diff --git a/htdocs/core/lib/prelevement.lib.php b/htdocs/core/lib/prelevement.lib.php
index e6393326c71..1f7fc427d01 100644
--- a/htdocs/core/lib/prelevement.lib.php
+++ b/htdocs/core/lib/prelevement.lib.php
@@ -83,4 +83,3 @@ function prelevement_check_config()
if(empty($conf->global->PRELEVEMENT_USER)) return -1;
return 0;
}
-
diff --git a/htdocs/core/lib/price.lib.php b/htdocs/core/lib/price.lib.php
index 38a45fd96f1..ff56b90a0b8 100644
--- a/htdocs/core/lib/price.lib.php
+++ b/htdocs/core/lib/price.lib.php
@@ -410,4 +410,3 @@ function calcul_price_total($qty, $pu, $remise_percent_ligne, $txtva, $uselocalt
return $result;
}
-
diff --git a/htdocs/core/lib/propal.lib.php b/htdocs/core/lib/propal.lib.php
index 3fc37196c71..385b69fe2ab 100644
--- a/htdocs/core/lib/propal.lib.php
+++ b/htdocs/core/lib/propal.lib.php
@@ -141,5 +141,3 @@ function propal_admin_prepare_head()
return $head;
}
-
-
diff --git a/htdocs/core/lib/receiptprinter.lib.php b/htdocs/core/lib/receiptprinter.lib.php
index d440acc5403..6e161c8c4af 100644
--- a/htdocs/core/lib/receiptprinter.lib.php
+++ b/htdocs/core/lib/receiptprinter.lib.php
@@ -68,5 +68,3 @@ function receiptprinteradmin_prepare_head($mode)
return $head;
}
-
-
diff --git a/htdocs/core/lib/reception.lib.php b/htdocs/core/lib/reception.lib.php
index 0fc71c555dd..a0498468052 100644
--- a/htdocs/core/lib/reception.lib.php
+++ b/htdocs/core/lib/reception.lib.php
@@ -125,5 +125,3 @@ function reception_admin_prepare_head()
return $head;
}
-
-
diff --git a/htdocs/core/lib/report.lib.php b/htdocs/core/lib/report.lib.php
index e920b1a9909..6939d558a8d 100644
--- a/htdocs/core/lib/report.lib.php
+++ b/htdocs/core/lib/report.lib.php
@@ -122,4 +122,3 @@ function report_header($reportname, $notused, $period, $periodlink, $description
print "\n\n\n";
}
-
diff --git a/htdocs/core/lib/sendings.lib.php b/htdocs/core/lib/sendings.lib.php
index 8ad2a91d3ea..8984ef9cbf8 100644
--- a/htdocs/core/lib/sendings.lib.php
+++ b/htdocs/core/lib/sendings.lib.php
@@ -435,4 +435,3 @@ function show_list_sending_receive($origin, $origin_id, $filter = '')
return 1;
}
-
diff --git a/htdocs/core/lib/stock.lib.php b/htdocs/core/lib/stock.lib.php
index 579944117ab..b9ce743c458 100644
--- a/htdocs/core/lib/stock.lib.php
+++ b/htdocs/core/lib/stock.lib.php
@@ -78,4 +78,3 @@ function stock_prepare_head($object)
return $head;
}
-
diff --git a/htdocs/core/lib/supplier_proposal.lib.php b/htdocs/core/lib/supplier_proposal.lib.php
index 53dcf1c443f..01dd1187440 100644
--- a/htdocs/core/lib/supplier_proposal.lib.php
+++ b/htdocs/core/lib/supplier_proposal.lib.php
@@ -130,5 +130,3 @@ function supplier_proposal_admin_prepare_head()
return $head;
}
-
-
diff --git a/htdocs/core/lib/tax.lib.php b/htdocs/core/lib/tax.lib.php
index 6d945c6df42..51a27ec7f99 100644
--- a/htdocs/core/lib/tax.lib.php
+++ b/htdocs/core/lib/tax.lib.php
@@ -1008,4 +1008,3 @@ function tax_by_rate($type, $db, $y, $q, $date_start, $date_end, $modetax, $dire
return $list;
}
-
diff --git a/htdocs/core/lib/treeview.lib.php b/htdocs/core/lib/treeview.lib.php
index d8242521f70..2a0f7396e92 100644
--- a/htdocs/core/lib/treeview.lib.php
+++ b/htdocs/core/lib/treeview.lib.php
@@ -227,4 +227,3 @@ function tree_recur($tab, $pere, $rang, $iddivjstree = 'iddivjstree', $donoreset
if ($rang == 0) print '';
}
-
diff --git a/htdocs/core/lib/ws.lib.php b/htdocs/core/lib/ws.lib.php
index 58157e99bce..6d785612483 100644
--- a/htdocs/core/lib/ws.lib.php
+++ b/htdocs/core/lib/ws.lib.php
@@ -95,4 +95,3 @@ function check_authentication($authentication, &$error, &$errorcode, &$errorlabe
return $fuser;
}
-
diff --git a/htdocs/core/login/functions_ldap.php b/htdocs/core/login/functions_ldap.php
index baedc488674..225c2d1f722 100644
--- a/htdocs/core/login/functions_ldap.php
+++ b/htdocs/core/login/functions_ldap.php
@@ -245,4 +245,3 @@ function check_user_password_ldap($usertotest, $passwordtotest, $entitytotest)
return $login;
}
-
diff --git a/htdocs/core/menus/standard/auguria_menu.php b/htdocs/core/menus/standard/auguria_menu.php
index 8b44046b8b9..2fe3b0bbeff 100644
--- a/htdocs/core/menus/standard/auguria_menu.php
+++ b/htdocs/core/menus/standard/auguria_menu.php
@@ -317,4 +317,3 @@ class MenuManager
unset($this->menu);
}
}
-
diff --git a/htdocs/core/menus/standard/eldy_menu.php b/htdocs/core/menus/standard/eldy_menu.php
index 834cef65447..346d2695161 100644
--- a/htdocs/core/menus/standard/eldy_menu.php
+++ b/htdocs/core/menus/standard/eldy_menu.php
@@ -337,4 +337,3 @@ class MenuManager
return 0;
}
}
-
diff --git a/htdocs/core/menus/standard/empty.php b/htdocs/core/menus/standard/empty.php
index 78417b9bd60..9d308354c56 100644
--- a/htdocs/core/menus/standard/empty.php
+++ b/htdocs/core/menus/standard/empty.php
@@ -602,4 +602,3 @@ function print_end_menu_array_empty()
print '';
print "\n";
}
-
diff --git a/htdocs/core/modules/barcode/modules_barcode.class.php b/htdocs/core/modules/barcode/modules_barcode.class.php
index 81481d11dcf..e5d07fac2a4 100644
--- a/htdocs/core/modules/barcode/modules_barcode.class.php
+++ b/htdocs/core/modules/barcode/modules_barcode.class.php
@@ -177,4 +177,3 @@ abstract class ModeleNumRefBarCode
return $s;
}
}
-
diff --git a/htdocs/core/modules/contract/mod_contract_olive.php b/htdocs/core/modules/contract/mod_contract_olive.php
index 2d8cfba3282..799bd297633 100644
--- a/htdocs/core/modules/contract/mod_contract_olive.php
+++ b/htdocs/core/modules/contract/mod_contract_olive.php
@@ -121,4 +121,3 @@ class mod_contract_olive extends ModelNumRefContracts
return $result;
}
}
-
diff --git a/htdocs/core/modules/expensereport/mod_expensereport_sand.php b/htdocs/core/modules/expensereport/mod_expensereport_sand.php
index 95cc3d39c95..a1b1c716917 100644
--- a/htdocs/core/modules/expensereport/mod_expensereport_sand.php
+++ b/htdocs/core/modules/expensereport/mod_expensereport_sand.php
@@ -156,4 +156,3 @@ class mod_expensereport_sand extends ModeleNumRefExpenseReport
return $numFinal;
}
}
-
diff --git a/htdocs/core/modules/facture/mod_facture_mars.php b/htdocs/core/modules/facture/mod_facture_mars.php
index 1c02c646f9f..6abfc734b49 100644
--- a/htdocs/core/modules/facture/mod_facture_mars.php
+++ b/htdocs/core/modules/facture/mod_facture_mars.php
@@ -228,4 +228,3 @@ class mod_facture_mars extends ModeleNumRefFactures
return $this->getNextValue($objsoc,$objforref,$mode);
}
}
-
diff --git a/htdocs/core/modules/facture/mod_facture_terre.php b/htdocs/core/modules/facture/mod_facture_terre.php
index 7e8671cc652..7d34e47538f 100644
--- a/htdocs/core/modules/facture/mod_facture_terre.php
+++ b/htdocs/core/modules/facture/mod_facture_terre.php
@@ -243,4 +243,3 @@ class mod_facture_terre extends ModeleNumRefFactures
return $this->getNextValue($objsoc,$objforref,$mode);
}
}
-
diff --git a/htdocs/core/modules/fichinter/mod_arctic.php b/htdocs/core/modules/fichinter/mod_arctic.php
index dc0a607ad5e..0b1932013cf 100644
--- a/htdocs/core/modules/fichinter/mod_arctic.php
+++ b/htdocs/core/modules/fichinter/mod_arctic.php
@@ -157,4 +157,3 @@ class mod_arctic extends ModeleNumRefFicheinter
return $this->getNextValue($objsoc,$objforref);
}
}
-
diff --git a/htdocs/core/modules/modApi.class.php b/htdocs/core/modules/modApi.class.php
index 515ec4296b1..80b924f89c9 100644
--- a/htdocs/core/modules/modApi.class.php
+++ b/htdocs/core/modules/modApi.class.php
@@ -252,4 +252,3 @@ class modApi extends DolibarrModules
return $this->_remove($sql, $options);
}
}
-
diff --git a/htdocs/core/modules/modECM.class.php b/htdocs/core/modules/modECM.class.php
index 593f702ac52..b172376996f 100644
--- a/htdocs/core/modules/modECM.class.php
+++ b/htdocs/core/modules/modECM.class.php
@@ -179,4 +179,3 @@ class modECM extends DolibarrModules
$r++;
}
}
-
diff --git a/htdocs/core/modules/modExternalSite.class.php b/htdocs/core/modules/modExternalSite.class.php
index 088e93955ef..260524df139 100644
--- a/htdocs/core/modules/modExternalSite.class.php
+++ b/htdocs/core/modules/modExternalSite.class.php
@@ -115,4 +115,3 @@ class modExternalSite extends DolibarrModules
$r++;
}
}
-
diff --git a/htdocs/core/modules/modFTP.class.php b/htdocs/core/modules/modFTP.class.php
index bdd745437e1..089f33c6e2d 100644
--- a/htdocs/core/modules/modFTP.class.php
+++ b/htdocs/core/modules/modFTP.class.php
@@ -125,4 +125,3 @@ class modFTP extends DolibarrModules
$r++;
}
}
-
diff --git a/htdocs/core/modules/modGravatar.class.php b/htdocs/core/modules/modGravatar.class.php
index 7e1aec3efaa..9dbf4ee124f 100644
--- a/htdocs/core/modules/modGravatar.class.php
+++ b/htdocs/core/modules/modGravatar.class.php
@@ -194,4 +194,3 @@ class modGravatar extends DolibarrModules
// $r++;
}
}
-
diff --git a/htdocs/core/modules/modHoliday.class.php b/htdocs/core/modules/modHoliday.class.php
index 5b26a795dda..19f333c5ffa 100644
--- a/htdocs/core/modules/modHoliday.class.php
+++ b/htdocs/core/modules/modHoliday.class.php
@@ -257,4 +257,3 @@ class modHoliday extends DolibarrModules
// $r++;
}
}
-
diff --git a/htdocs/core/modules/modMargin.class.php b/htdocs/core/modules/modMargin.class.php
index 58de64c8aad..e4cd53c49a0 100644
--- a/htdocs/core/modules/modMargin.class.php
+++ b/htdocs/core/modules/modMargin.class.php
@@ -145,4 +145,3 @@ class modMargin extends DolibarrModules
$this->rights[$r][5] = 'all';
}
}
-
diff --git a/htdocs/core/modules/modMultiCurrency.class.php b/htdocs/core/modules/modMultiCurrency.class.php
index a12ddea6cb0..32bd1bd5980 100644
--- a/htdocs/core/modules/modMultiCurrency.class.php
+++ b/htdocs/core/modules/modMultiCurrency.class.php
@@ -315,4 +315,3 @@ class modMultiCurrency extends DolibarrModules
}
}
}
-
diff --git a/htdocs/core/modules/modOpenSurvey.class.php b/htdocs/core/modules/modOpenSurvey.class.php
index 7b6fa688192..cf818715638 100644
--- a/htdocs/core/modules/modOpenSurvey.class.php
+++ b/htdocs/core/modules/modOpenSurvey.class.php
@@ -183,4 +183,3 @@ class modOpenSurvey extends DolibarrModules
return $this->_init($sql,$options);
}
}
-
diff --git a/htdocs/core/modules/modPaybox.class.php b/htdocs/core/modules/modPaybox.class.php
index 5b1d96332da..6358fae8833 100644
--- a/htdocs/core/modules/modPaybox.class.php
+++ b/htdocs/core/modules/modPaybox.class.php
@@ -189,4 +189,3 @@ class modPayBox extends DolibarrModules
// $r++;
}
}
-
diff --git a/htdocs/core/modules/modPaypal.class.php b/htdocs/core/modules/modPaypal.class.php
index 01f90842ec5..8ca87fb01cc 100644
--- a/htdocs/core/modules/modPaypal.class.php
+++ b/htdocs/core/modules/modPaypal.class.php
@@ -195,4 +195,3 @@ class modPaypal extends DolibarrModules
// $r++;
}
}
-
diff --git a/htdocs/core/modules/modProductBatch.class.php b/htdocs/core/modules/modProductBatch.class.php
index 1c5f08b55a4..3aceedd9fc6 100644
--- a/htdocs/core/modules/modProductBatch.class.php
+++ b/htdocs/core/modules/modProductBatch.class.php
@@ -130,4 +130,3 @@ class modProductBatch extends DolibarrModules
return $this->_init($sql, $options);
}
}
-
diff --git a/htdocs/core/modules/modStripe.class.php b/htdocs/core/modules/modStripe.class.php
index e10316f7b2b..256271553c1 100644
--- a/htdocs/core/modules/modStripe.class.php
+++ b/htdocs/core/modules/modStripe.class.php
@@ -167,4 +167,3 @@ class modStripe extends DolibarrModules
$r=1;
}
}
-
diff --git a/htdocs/core/modules/oauth/github_oauthcallback.php b/htdocs/core/modules/oauth/github_oauthcallback.php
index 052964eca66..ef61eaca1f0 100644
--- a/htdocs/core/modules/oauth/github_oauthcallback.php
+++ b/htdocs/core/modules/oauth/github_oauthcallback.php
@@ -172,4 +172,3 @@ else // If entry on page with no parameter, we arrive here
// No view at all, just actions
$db->close();
-
diff --git a/htdocs/core/modules/oauth/google_oauthcallback.php b/htdocs/core/modules/oauth/google_oauthcallback.php
index b63aca5bdf6..df7127eb847 100644
--- a/htdocs/core/modules/oauth/google_oauthcallback.php
+++ b/htdocs/core/modules/oauth/google_oauthcallback.php
@@ -167,4 +167,3 @@ else // If entry on page with no parameter, we arrive here
// No view at all, just actions
$db->close();
-
diff --git a/htdocs/core/modules/oauth/stripetest_oauthcallback.php b/htdocs/core/modules/oauth/stripetest_oauthcallback.php
index 3a663cd7162..c811af92f33 100644
--- a/htdocs/core/modules/oauth/stripetest_oauthcallback.php
+++ b/htdocs/core/modules/oauth/stripetest_oauthcallback.php
@@ -177,4 +177,3 @@ else // If entry on page with no parameter, we arrive here
// No view at all, just actions
$db->close();
-
diff --git a/htdocs/core/modules/product/mod_codeproduct_leopard.php b/htdocs/core/modules/product/mod_codeproduct_leopard.php
index 8f4e5eb5051..1cf17fef6e7 100644
--- a/htdocs/core/modules/product/mod_codeproduct_leopard.php
+++ b/htdocs/core/modules/product/mod_codeproduct_leopard.php
@@ -140,4 +140,3 @@ class mod_codeproduct_leopard extends ModeleProductCode
return $result;
}
}
-
diff --git a/htdocs/core/modules/security/generate/modGeneratePassNone.class.php b/htdocs/core/modules/security/generate/modGeneratePassNone.class.php
index d0e8c617217..b0caa7d0b15 100644
--- a/htdocs/core/modules/security/generate/modGeneratePassNone.class.php
+++ b/htdocs/core/modules/security/generate/modGeneratePassNone.class.php
@@ -109,4 +109,3 @@ class modGeneratePassNone extends ModeleGenPassword
return 1;
}
}
-
diff --git a/htdocs/core/modules/security/generate/modGeneratePassStandard.class.php b/htdocs/core/modules/security/generate/modGeneratePassStandard.class.php
index 0ecf7d7ef38..124ecf32321 100644
--- a/htdocs/core/modules/security/generate/modGeneratePassStandard.class.php
+++ b/htdocs/core/modules/security/generate/modGeneratePassStandard.class.php
@@ -135,4 +135,3 @@ class modGeneratePassStandard extends ModeleGenPassword
return 1;
}
}
-
diff --git a/htdocs/core/modules/security/generate/modules_genpassword.php b/htdocs/core/modules/security/generate/modules_genpassword.php
index e1f73b134be..a22d19e0845 100644
--- a/htdocs/core/modules/security/generate/modules_genpassword.php
+++ b/htdocs/core/modules/security/generate/modules_genpassword.php
@@ -90,4 +90,3 @@ abstract class ModeleGenPassword
return 1;
}
}
-
diff --git a/htdocs/core/modules/societe/mod_codeclient_leopard.php b/htdocs/core/modules/societe/mod_codeclient_leopard.php
index f5618172852..77be301464c 100644
--- a/htdocs/core/modules/societe/mod_codeclient_leopard.php
+++ b/htdocs/core/modules/societe/mod_codeclient_leopard.php
@@ -139,4 +139,3 @@ class mod_codeclient_leopard extends ModeleThirdPartyCode
return $result;
}
}
-
diff --git a/htdocs/core/modules/supplier_invoice/mod_facture_fournisseur_cactus.php b/htdocs/core/modules/supplier_invoice/mod_facture_fournisseur_cactus.php
index 80bdd94c2c2..6add111b236 100644
--- a/htdocs/core/modules/supplier_invoice/mod_facture_fournisseur_cactus.php
+++ b/htdocs/core/modules/supplier_invoice/mod_facture_fournisseur_cactus.php
@@ -248,4 +248,3 @@ class mod_facture_fournisseur_cactus extends ModeleNumRefSuppliersInvoices
return $this->getNextValue($objsoc,$objforref,$mode);
}
}
-
diff --git a/htdocs/core/modules/supplier_invoice/mod_facture_fournisseur_tulip.php b/htdocs/core/modules/supplier_invoice/mod_facture_fournisseur_tulip.php
index 6f2106fd380..3daf25a1c31 100644
--- a/htdocs/core/modules/supplier_invoice/mod_facture_fournisseur_tulip.php
+++ b/htdocs/core/modules/supplier_invoice/mod_facture_fournisseur_tulip.php
@@ -197,4 +197,3 @@ class mod_facture_fournisseur_tulip extends ModeleNumRefSuppliersInvoices
return $this->getNextValue($objsoc,$objforref,$mode);
}
}
-
diff --git a/htdocs/core/search.php b/htdocs/core/search.php
index 8e6017cdf3b..2fb0efdbe48 100644
--- a/htdocs/core/search.php
+++ b/htdocs/core/search.php
@@ -152,4 +152,3 @@ else
{
print 'The wrapper search.php was called without any search criteria';
}
-
diff --git a/htdocs/core/tpl/card_presend.tpl.php b/htdocs/core/tpl/card_presend.tpl.php
index cb87ab5239e..7a135d6477e 100644
--- a/htdocs/core/tpl/card_presend.tpl.php
+++ b/htdocs/core/tpl/card_presend.tpl.php
@@ -242,4 +242,3 @@ if ($action == 'presend')
dol_fiche_end();
}
-
diff --git a/htdocs/core/tpl/object_discounts.tpl.php b/htdocs/core/tpl/object_discounts.tpl.php
index 70698bfa7eb..4b0c8489a04 100644
--- a/htdocs/core/tpl/object_discounts.tpl.php
+++ b/htdocs/core/tpl/object_discounts.tpl.php
@@ -105,4 +105,3 @@ if($absolute_discount <= 0 && $absolute_creditnote <= 0) {
print ' (' . $addabsolutediscount . ')';
}
}
-
diff --git a/htdocs/core/tpl/onlinepaymentlinks.tpl.php b/htdocs/core/tpl/onlinepaymentlinks.tpl.php
index 37639a5f8e6..0a3603fbc80 100644
--- a/htdocs/core/tpl/onlinepaymentlinks.tpl.php
+++ b/htdocs/core/tpl/onlinepaymentlinks.tpl.php
@@ -161,5 +161,3 @@ if (! empty($conf->use_javascript_ajax))
print info_admin($langs->trans("YouCanAddTagOnUrl"));
print '';
-
-
diff --git a/htdocs/dav/dav.lib.php b/htdocs/dav/dav.lib.php
index 719fc2a5c99..a212209d81d 100644
--- a/htdocs/dav/dav.lib.php
+++ b/htdocs/dav/dav.lib.php
@@ -69,4 +69,3 @@ function dav_admin_prepare_head()
return $head;
}
-
diff --git a/htdocs/ecm/ajax/ecmdatabase.php b/htdocs/ecm/ajax/ecmdatabase.php
index 9c4b9ffa952..2ab1060e3e6 100644
--- a/htdocs/ecm/ajax/ecmdatabase.php
+++ b/htdocs/ecm/ajax/ecmdatabase.php
@@ -180,4 +180,3 @@ if (isset($action) && ! empty($action))
$db->query($sql);
}
}
-
diff --git a/htdocs/ecm/class/htmlecm.form.class.php b/htdocs/ecm/class/htmlecm.form.class.php
index 698ddd57bfe..7877b85b0a5 100644
--- a/htdocs/ecm/class/htmlecm.form.class.php
+++ b/htdocs/ecm/class/htmlecm.form.class.php
@@ -105,4 +105,3 @@ class FormEcm
return $output;
}
}
-
diff --git a/htdocs/emailcollector/class/emailcollectorfilter.class.php b/htdocs/emailcollector/class/emailcollectorfilter.class.php
index 61e65245630..7fe40d201b3 100644
--- a/htdocs/emailcollector/class/emailcollectorfilter.class.php
+++ b/htdocs/emailcollector/class/emailcollectorfilter.class.php
@@ -490,4 +490,3 @@ class EmailCollectorFilter extends CommonObject
$this->initAsSpecimenCommon();
}
}
-
diff --git a/htdocs/expedition/class/expeditionstats.class.php b/htdocs/expedition/class/expeditionstats.class.php
index dd18cdb4019..37b33018f17 100644
--- a/htdocs/expedition/class/expeditionstats.class.php
+++ b/htdocs/expedition/class/expeditionstats.class.php
@@ -143,4 +143,3 @@ class ExpeditionStats extends Stats
return $this->_getAllByYear($sql);
}
}
-
diff --git a/htdocs/expensereport/class/expensereportstats.class.php b/htdocs/expensereport/class/expensereportstats.class.php
index 1ad0f22bce7..b525dfb6838 100644
--- a/htdocs/expensereport/class/expensereportstats.class.php
+++ b/htdocs/expensereport/class/expensereportstats.class.php
@@ -177,4 +177,3 @@ class ExpenseReportStats extends Stats
return $this->_getAllByYear($sql);
}
}
-
diff --git a/htdocs/fichinter/class/fichinterstats.class.php b/htdocs/fichinter/class/fichinterstats.class.php
index 340c59b0cb5..2260ab4041e 100644
--- a/htdocs/fichinter/class/fichinterstats.class.php
+++ b/htdocs/fichinter/class/fichinterstats.class.php
@@ -211,4 +211,3 @@ class FichinterStats extends Stats
return $this->_getAllByProduct($sql);
}
}
-
diff --git a/htdocs/filefunc.inc.php b/htdocs/filefunc.inc.php
index 472af9f14d9..3327cb41805 100644
--- a/htdocs/filefunc.inc.php
+++ b/htdocs/filefunc.inc.php
@@ -294,4 +294,3 @@ if (preg_match('/crypted:/i',$dolibarr_main_db_pass) || ! empty($dolibarr_main_d
}
else $dolibarr_main_db_pass = dol_decode($dolibarr_main_db_encrypted_pass);
}
-
diff --git a/htdocs/fourn/ajax/getSupplierPrices.php b/htdocs/fourn/ajax/getSupplierPrices.php
index ae407d5544d..3224fbbce51 100644
--- a/htdocs/fourn/ajax/getSupplierPrices.php
+++ b/htdocs/fourn/ajax/getSupplierPrices.php
@@ -97,4 +97,3 @@ if ($idprod > 0)
}
echo json_encode($prices);
-
diff --git a/htdocs/holiday/common.inc.php b/htdocs/holiday/common.inc.php
index 96111cf6df0..b9a42c55e58 100644
--- a/htdocs/holiday/common.inc.php
+++ b/htdocs/holiday/common.inc.php
@@ -40,4 +40,3 @@ if (empty($conf->holiday->enabled))
llxFooter();
exit();
}
-
diff --git a/htdocs/install/index.php b/htdocs/install/index.php
index 46e60be52ec..3c66a317c3d 100644
--- a/htdocs/install/index.php
+++ b/htdocs/install/index.php
@@ -66,4 +66,3 @@ print '
'.$langs->trans("SomeTranslationAreUncomplete");
// If there's no error, we display the next step button
if ($err == 0) pFooter(0);
-
diff --git a/htdocs/install/lib/repair.lib.php b/htdocs/install/lib/repair.lib.php
index eb4a87ee8c2..df6d2b640e4 100644
--- a/htdocs/install/lib/repair.lib.php
+++ b/htdocs/install/lib/repair.lib.php
@@ -142,4 +142,3 @@ function clean_data_ecm_directories()
return;
}
-
diff --git a/htdocs/install/phpinfo.php b/htdocs/install/phpinfo.php
index b3817dcbde2..895436c2069 100644
--- a/htdocs/install/phpinfo.php
+++ b/htdocs/install/phpinfo.php
@@ -24,4 +24,3 @@
include_once 'inc.php';
phpinfo();
-
diff --git a/htdocs/install/step5.php b/htdocs/install/step5.php
index b39f67dd3ba..9a548928834 100644
--- a/htdocs/install/step5.php
+++ b/htdocs/install/step5.php
@@ -469,4 +469,3 @@ pFooter(1,$setuplang);
// Return code if ran from command line
if ($ret) exit($ret);
-
diff --git a/htdocs/install/upgrade2.php b/htdocs/install/upgrade2.php
index 1e8dc536404..47d87886066 100644
--- a/htdocs/install/upgrade2.php
+++ b/htdocs/install/upgrade2.php
@@ -4924,4 +4924,3 @@ On les corrige:
update llx_facture set paye=1, fk_statut=2 where close_code is null
and rowid in (...)
*/
-
diff --git a/htdocs/loan/note.php b/htdocs/loan/note.php
index a4ed60de2f0..8f4079fc92d 100644
--- a/htdocs/loan/note.php
+++ b/htdocs/loan/note.php
@@ -132,4 +132,3 @@ if ($id > 0)
// End of page
llxFooter();
$db->close();
-
diff --git a/htdocs/margin/index.php b/htdocs/margin/index.php
index 04a2ba0d544..c223caf775b 100644
--- a/htdocs/margin/index.php
+++ b/htdocs/margin/index.php
@@ -33,4 +33,3 @@ if ($user->rights->produit->lire) {
}
header('Location: '.dol_buildpath('/margin/'.$page.'.php', 1));
-
diff --git a/htdocs/master.inc.php b/htdocs/master.inc.php
index 80e9e8c4e2e..7e01f8abd19 100644
--- a/htdocs/master.inc.php
+++ b/htdocs/master.inc.php
@@ -246,4 +246,3 @@ $hookmanager=new HookManager($db);
if (! defined('MAIN_LABEL_MENTION_NPR') ) define('MAIN_LABEL_MENTION_NPR','NPR');
-
diff --git a/htdocs/modulebuilder/template/admin/setup.php b/htdocs/modulebuilder/template/admin/setup.php
index 6e0be4d0011..68fccf07445 100644
--- a/htdocs/modulebuilder/template/admin/setup.php
+++ b/htdocs/modulebuilder/template/admin/setup.php
@@ -144,4 +144,3 @@ dol_fiche_end();
llxFooter();
$db->close();
-
diff --git a/htdocs/paybox/lib/paybox.lib.php b/htdocs/paybox/lib/paybox.lib.php
index 5ccc09b6bc3..9e7020f034f 100644
--- a/htdocs/paybox/lib/paybox.lib.php
+++ b/htdocs/paybox/lib/paybox.lib.php
@@ -196,4 +196,3 @@ function print_paybox_redirect($PRICE, $CURRENCY, $EMAIL, $urlok, $urlko, $TAG)
return;
}
-
diff --git a/htdocs/paypal/lib/paypal.lib.php b/htdocs/paypal/lib/paypal.lib.php
index 5dcf57dca66..d2a3724fb56 100644
--- a/htdocs/paypal/lib/paypal.lib.php
+++ b/htdocs/paypal/lib/paypal.lib.php
@@ -739,4 +739,3 @@ function getApiError()
return $errors;
}
-
diff --git a/htdocs/paypal/lib/paypalfunctions.lib.php b/htdocs/paypal/lib/paypalfunctions.lib.php
index 00f67bfa1f0..63d19f9ded2 100644
--- a/htdocs/paypal/lib/paypalfunctions.lib.php
+++ b/htdocs/paypal/lib/paypalfunctions.lib.php
@@ -75,4 +75,3 @@ $PROXY_PORT = $conf->global->MAIN_PROXY_PORT;
$PROXY_USER = $conf->global->MAIN_PROXY_USER;
$PROXY_PASS = $conf->global->MAIN_PROXY_PASS;
$USE_PROXY = empty($conf->global->MAIN_PROXY_USE)?false:true;
-
diff --git a/htdocs/product/admin/product.php b/htdocs/product/admin/product.php
index 124b7af40ee..51b1ee4f061 100644
--- a/htdocs/product/admin/product.php
+++ b/htdocs/product/admin/product.php
@@ -746,4 +746,3 @@ print '';
// End of page
llxFooter();
$db->close();
-
diff --git a/htdocs/product/ajax/products.php b/htdocs/product/ajax/products.php
index 6a286d6e7d2..196b4b609aa 100644
--- a/htdocs/product/ajax/products.php
+++ b/htdocs/product/ajax/products.php
@@ -197,4 +197,3 @@ else
if ($outjson)
print json_encode($arrayresult);
}
-
diff --git a/htdocs/product/index.php b/htdocs/product/index.php
index f3e8ce50037..8dd6779321f 100644
--- a/htdocs/product/index.php
+++ b/htdocs/product/index.php
@@ -507,4 +507,3 @@ function activitytrim($product_type)
print '';
}
}
-
diff --git a/htdocs/product/note.php b/htdocs/product/note.php
index e77360b46be..a595d344e37 100644
--- a/htdocs/product/note.php
+++ b/htdocs/product/note.php
@@ -118,4 +118,3 @@ if ($id > 0 || ! empty($ref))
// End of page
llxFooter();
$db->close();
-
diff --git a/htdocs/product/stock/lib/replenishment.lib.php b/htdocs/product/stock/lib/replenishment.lib.php
index 86cb1a3d7ba..13d1b749fc0 100644
--- a/htdocs/product/stock/lib/replenishment.lib.php
+++ b/htdocs/product/stock/lib/replenishment.lib.php
@@ -172,4 +172,3 @@ function getProducts($order_id)
}
return $products;
}
-
diff --git a/htdocs/projet/ajax/projects.php b/htdocs/projet/ajax/projects.php
index 46699ba01dd..cbc57ca6f3f 100644
--- a/htdocs/projet/ajax/projects.php
+++ b/htdocs/projet/ajax/projects.php
@@ -70,4 +70,3 @@ $arrayresult=$form->select_projects_list($socid, '', $htmlname, 0, 0, 1, $discar
$db->close();
print json_encode($arrayresult);
-
diff --git a/htdocs/public/agenda/index.php b/htdocs/public/agenda/index.php
index 1c06e10b06d..112a07951b8 100644
--- a/htdocs/public/agenda/index.php
+++ b/htdocs/public/agenda/index.php
@@ -25,4 +25,3 @@
require '../../master.inc.php';
header("Location: ".DOL_URL_ROOT.'/public/error-404.php');
-
diff --git a/htdocs/public/demo/index.php b/htdocs/public/demo/index.php
index 0409e849df0..15926df3df2 100644
--- a/htdocs/public/demo/index.php
+++ b/htdocs/public/demo/index.php
@@ -482,4 +482,3 @@ function llxFooterVierge()
print "