phpBMS

Changeset 349 for trunk/phpbms/common

Show
Ignore:
Timestamp:
10/22/07 13:27:09 (5 years ago)
Author:
brieb
Message:

Fixed problem with reserved constant in certain PHP versions.
If you load this change set on a current working database, make sure to
manually run the SQL in the update-nextver.sql on your database.

Also, you may need to flush your browser cache so the javaScript is re-loaded properly.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/common/javascript/common.js

    r311 r349  
    679679                currency+="-"; 
    680680        number=Math.abs(number); 
    681         currency+=CURRENCY_SYMBOL; 
     681        currency+=CURRENCY_SYM; 
    682682        if(number>0 && number <0) 
    683683                currency+="0"; 
     
    704704        var objRegExp  = new RegExp(thousSep,"g"); 
    705705        currency=currency.replace(objRegExp,""); 
    706         currency=currency.replace(CURRENCY_SYMBOL,""); 
     706        currency=currency.replace(CURRENCY_SYM,""); 
    707707        currency=currency.replace(DECIMAL_SYMBOL,"."); 
    708708        if(currency) 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.