Changeset 1664 in subversion for trunk/roundcubemail/program/include/rcube_contacts.php
- Timestamp:
- Aug 21, 2008 2:59:45 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_contacts.php
r1637 r1664 59 59 } 60 60 61 /**62 * PHP 4 object constructor63 *64 * @see rcube_contacts::__construct()65 */66 function rcube_contacts($dbconn, $user)67 {68 $this->__construct($dbconn, $user);69 }70 71 61 72 62 /**
Note: See TracChangeset
for help on using the changeset viewer.
