Changeset 380 for trunk/lib/ACL.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/ACL.inc.php

    r376 r380  
    7373     * @static
    7474     */
    75     function &getInstance()
     75    static function &getInstance()
    7676    {
    7777        static $instance = null;
Note: See TracChangeset for help on using the changeset viewer.