Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/16/2012 02:46:06 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Remove all PHP4 compat constructors. Props cnorris23. Fixes #4065.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-forums/bp-forums-bbpress-sa.php

    r5885 r5930  
    144144    class BPDB extends WPDB {
    145145        var $db_servers = array();
    146 
    147         function BPDB( $dbuser, $dbpassword, $dbname, $dbhost ) {
    148             $this->__construct( $dbuser, $dbpassword, $dbname, $dbhost );
    149         }
    150146
    151147        function __construct( $dbuser, $dbpassword, $dbname, $dbhost ) {
Note: See TracChangeset for help on using the changeset viewer.