diff --git a/includes/graydon/format.php b/includes/graydon/format.php index e8590a18c..653b02a9c 100644 --- a/includes/graydon/format.php +++ b/includes/graydon/format.php @@ -224,8 +224,6 @@ function dBilans($tab){ } } - - function formatName($name){ if(is_array($name)){ if($name['Family']){ $text.= $name['Family']; } diff --git a/includes/graydon/functions.php b/includes/graydon/functions.php index 4087fb414..89f345a3c 100644 --- a/includes/graydon/functions.php +++ b/includes/graydon/functions.php @@ -9,8 +9,6 @@ function parseReport($type){ $doc = new DOMDocument; $doc->preserveWhiteSpace = false; $doc->loadxml($xml); - - } /* diff --git a/includes/ratios/functions.php b/includes/ratios/functions.php index 100e83e28..ad7777b79 100644 --- a/includes/ratios/functions.php +++ b/includes/ratios/functions.php @@ -1,6 +1,14 @@