From 984e9727a09866612c62cd4cda76a9767bae2db7 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Sat, 26 Sep 2009 14:05:35 -0400
Subject: [PATCH] - call user2email also for login with @ (#1486147)
---
program/include/rcube_result_set.php | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/program/include/rcube_result_set.php b/program/include/rcube_result_set.php
index 7e968cd..036ebc3 100644
--- a/program/include/rcube_result_set.php
+++ b/program/include/rcube_result_set.php
@@ -5,7 +5,7 @@
| program/include/rcube_result_set.php |
| |
| This file is part of the RoundCube Webmail client |
- | Copyright (C) 2006-2008, RoundCube Dev. - Switzerland |
+ | Copyright (C) 2006-2009, RoundCube Dev. - Switzerland |
| Licensed under the GNU GPL |
| |
| PURPOSE: |
@@ -37,11 +37,6 @@
{
$this->count = (int)$c;
$this->first = (int)$f;
- }
-
- function rcube_result_set($c=0, $f=0)
- {
- $this->__construct($c, $f);
}
function add($rec)
--
Gitblit v1.9.1