Changeset 380 for trunk/lib/DB.inc.php


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

    r376 r380  
    8080     * @static
    8181     */
    82     function &getInstance()
     82    static function &getInstance()
    8383    {
    8484        static $instance = null;
Note: See TracChangeset for help on using the changeset viewer.