Changeset 275

Show
Ignore:
Timestamp:
01/22/07 04:21:54 (5 years ago)
Author:
john
Message:

changed scope of back to public

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/trax/vendor/trax/active_record.php

    r274 r275  
    164164     * Stores the active connections. Indexed on $connection_name. 
    165165     */ 
    166     protected static $active_connections = array(); 
     166    public static $active_connections = array(); 
    167167 
    168168    /**