Ignore:
Timestamp:
May 25, 2011 9:15:54 AM (13 years ago)
Author:
anonymous
Message:

Begin using PHP 5 class features ('public static...'); updated Currency.inc.php to support Xurrency's JSON API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Version.inc.php

    r376 r380  
    6161     * @static
    6262     */
    63     function &getInstance($auth_object)
     63    static function &getInstance($auth_object)
    6464    {
    6565        static $instance = null;
Note: See TracChangeset for help on using the changeset viewer.