Fix: missing object $db

This commit is contained in:
Regis Houssin
2012-03-08 12:05:32 +01:00
parent ee86da0e1e
commit d07ff6ec11

View File

@@ -4132,7 +4132,7 @@ function unichr($unicode , $encoding = 'UTF-8')
*/ */
function getCurrencySymbol($currency_code) function getCurrencySymbol($currency_code)
{ {
global $form; global $db, $form;
$currency_sign = ''; $currency_sign = '';