Index: branches/unlabeled/unlabeled-1.54.2/core/kernel/db/db_tag_processor.php =================================================================== diff -u -r4962 -r5428 --- branches/unlabeled/unlabeled-1.54.2/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 4962) +++ branches/unlabeled/unlabeled-1.54.2/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 5428) @@ -475,8 +475,7 @@ function AddCurrencySymbol($value, $iso) { - $this->Application->setUnitOption('curr', 'AutoLoad', false); - $currency =& $this->Application->recallObject('curr.-'.$iso); + $currency =& $this->Application->recallObject('curr.-'.$iso, null, Array('skip_autoload' => true)); if( !$currency->isLoaded() ) $currency->Load($iso, 'ISO'); $symbol = $currency->GetDBField('Symbol');