2
0
forked from Wavyzz/dolibarr

Qual: Missing global declaration

This commit is contained in:
Raphaël Doursenaud
2014-04-23 16:03:49 +02:00
parent 6fc9fbd7a6
commit 1c7011523d

View File

@@ -715,6 +715,8 @@ function dol_bc($var,$moreclass='')
*/
function dol_format_address($object,$withcountry=0,$sep="\n")
{
global $conf;
$ret='';
$countriesusingstate=array('AU','US','IN','GB','ES','UK','TR');