From bd6faf5c6fd90a50d0f168d44159e0623e08d1ad Mon Sep 17 00:00:00 2001 From: alec Date: Thu, 21 Aug 2008 06:59:45 +0000 Subject: - removed PHP4 class constructors git-svn-id: https://svn.roundcube.net/trunk@1664 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/rcube_user.php | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'roundcubemail/program/include/rcube_user.php') diff --git a/roundcubemail/program/include/rcube_user.php b/roundcubemail/program/include/rcube_user.php index 1d070854a..a5dc73bca 100644 --- a/roundcubemail/program/include/rcube_user.php +++ b/roundcubemail/program/include/rcube_user.php @@ -59,17 +59,7 @@ class rcube_user } } - /** - * PHP 4 object constructor - * - * @see rcube_user::__construct - */ - function rcube_user($id = null, $sql_arr = null) - { - $this->__construct($id, $sql_arr); - } - - + /** * Build a user name string (as e-mail address) * -- cgit v1.2.3