View Single Post
Old July 2nd, 2004, 05:10 AM   #1 (permalink)
snoopy5
Ultimate Member
Verified Customer
 
Join Date: Sep 2002
Posts: 1,217
changing currency in RP 2.8d?

Hi

I just copied/ftp the few changed files of 2.8d over my 2.8c fresh installation, as instructed inthe update information in this forum.

No I try to change the currency from USD into Euro.

I achieved this for the avarage price, but not for the reviews itself.

in review.php I have now the following:

----------------

$username = addslashes( $User['username'] );
$review = addslashes( $review );
$pros = addslashes( $pros );
$cons = addslashes( $cons );
$price = str_replace( "€", "", $price );
$price = str_replace( "€", "", $price );
if ( !is_numeric($price) ) $price = 0;

-----------------------------

But it does not work. It still shows the USD sign in the reviews. How to fix this?
snoopy5 is offline   Reply With Quote