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/Cache.inc.php

    r376 r380  
    8888     * @static
    8989     */
    90     function &getInstance($namespace='')
     90    static function &getInstance($namespace='')
    9191    {
    9292        static $instances = array();
Note: See TracChangeset for help on using the changeset viewer.