Results 1 to 2 of 2

Thread: small "bug" ? 'money_sign' - FIXED 1.1

  1. #1
    Join Date
    Jun 2003
    Location
    Pamiers (France)
    Posts
    88

    Default

    small "bug" in line 87, "common.php"


    when i uncomment line 87, money sign is hidden

    Code:
    $output = "$number $config['money_sign']"; // germany, spain -- 123.456,78 €
    but, if i replace 'money_sign' BY money_sign

    like this, it' work:

    Code:
    $output = "$number $config[money_sign]"; // germany, spain -- 123.456,78 €
    result here:

    http://ariege-pyrenees.info/immo/lis...hp?listingID=1

  2. #2
    Join Date
    Jun 2004
    Posts
    1,067

    Default

    Ok,

    I have read teh php manual on this again, that error makes sence now, well at least it is explained.. I will make that change for open-realty 1.1 Final

Similar Threads

  1. Small error in the generic template path - FIXED 1.0.5
    By Denver Dave in forum Bugs (CLOSED)
    Replies: 1
    Last Post: 01-16-2003, 07:14 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts