2
0
forked from Wavyzz/dolibarr

Was using tabs instead of spaces

This commit is contained in:
Marcos García
2012-08-03 14:31:10 +02:00
parent f700f63494
commit d30b2804bc

View File

@@ -2063,7 +2063,7 @@ function img_phone($alt = 'default', $option = 0)
if ($alt == 'default') $alt = $langs->trans('Call');
if ($option == 1) $img = 'call';
if ($option == 1) $img = 'call';
else $img = 'call_out';
return img_picto($alt, $img);