Ignore:
Timestamp:
Aug 21, 2008 2:59:45 AM (5 years ago)
Author:
alec
Message:
  • removed PHP4 class constructors
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/rcube_contacts.php

    r1637 r1664  
    5959  } 
    6060 
    61   /** 
    62    * PHP 4 object constructor 
    63    * 
    64    * @see rcube_contacts::__construct() 
    65    */ 
    66   function rcube_contacts($dbconn, $user) 
    67   { 
    68     $this->__construct($dbconn, $user); 
    69   } 
    70  
    7161 
    7262  /** 
Note: See TracChangeset for help on using the changeset viewer.