diff --git a/htdocs/societe/ajaxcompanies.php b/htdocs/societe/ajaxcompanies.php index 9c7378562be..981a9c7d40f 100644 --- a/htdocs/societe/ajaxcompanies.php +++ b/htdocs/societe/ajaxcompanies.php @@ -111,4 +111,4 @@ else echo json_encode(array('nom'=>'ErrorBadParameter','label'=>'ErrorBadParameter','key'=>'ErrorBadParameter','value'=>'ErrorBadParameter')); } -?> +?> \ No newline at end of file diff --git a/htdocs/societe/ajaxcountries.php b/htdocs/societe/ajaxcountries.php index 82dda71e042..6b23b3290ce 100644 --- a/htdocs/societe/ajaxcountries.php +++ b/htdocs/societe/ajaxcountries.php @@ -1,6 +1,7 @@ * Copyright (C) 2005-2009 Regis Houssin + * Copyright (C) 2013 Laurent Destailleur * * 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 @@ -46,8 +47,6 @@ top_httphead(); print ''."\n"; -//print ''; - dol_syslog(join(',',$_POST)); // Generation liste des pays @@ -77,6 +76,4 @@ if (! empty($country)) } } -//print ""; -//print ""; -?> +?> \ No newline at end of file