Jump to content

Currency display error


bteixeira

Recommended Posts

Hi all,

I've a problem in my VA future Sapiens Air Virtual (www.aircacifo.com), the currency it apears like this:

You have 50 hours left until your promotion to First-Officer

  • Your Pilot ID: SAV6002
  • Your Rank: Cadet
  • Total Flights: 0
  • Total Hours: 0
  • Total Transfer Hours: 0
  • Total Money: € 0.00

Don't know what is wrong, so I send my code under.

my app.config file code:

/*

This is the unit of money. For non-dollars, use :

Dollars ($), enter "$"

Euro (€), enter "€"

Yen (�), enter "¥"

Pounds (�), enter "£"

For example, to set EUROS:

Config::Set('MONEY_UNIT', '€');

*/

Config::Set('MONEY_UNIT', '€');

/*

To change the money format, look at:

http://us3.php.net/money_format

However, I do not recommend changing this

*/

Config::Set('MONEY_FORMAT', '%(#10n');

my local.config file code:

/*

This is the unit of money. For non-dollars, use :

Dollars ($), enter "$"

Euro (), enter "€"

Yen (), enter "¥"

Pounds (), enter "£"

For example, to set EUROS:

Config::Set('MONEY_UNIT', '€');

*/

Config::Set('MONEY_UNIT', '€');

tanks

Bruno

SAV

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...