Summary | login_block affects all user-logins |
Queue | Horde Base |
Queue Version | 5.0.4 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | jan (at) horde (dot) org |
Requester | piper (at) hrz (dot) uni-marburg (dot) de |
Created | 02/28/2013 (4532 days ago) |
Due | 03/01/2013 (4531 days ago) |
Updated | 03/01/2013 (4531 days ago) |
Assigned | |
Resolved | 03/01/2013 (4531 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
commit 55e0f0e7f7a85d721ed9f97a69420986fdc014b8
Author: Jan Schneider <jan@horde.org>
Date: Fri Mar 1 16:35:26 2013 +0100
[jan] Fix retrieving lock list if permanent locks exist
(piper@hrz.uni-marburg.de,
Bug #12077).framework/Lock/lib/Horde/Lock/Sql.php | 9 +++++----
framework/Lock/package.xml | 2 ++
2 files changed, 7 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/55e0f0e7f7a85d721ed9f97a69420986fdc014b8
Priority ⇒ 2. Medium
New Attachment: pear_php_Horde_Lock_Sql.php.patch
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Base
Due ⇒ 03/01/2013
Summary ⇒ login_block affects all user-logins
Type ⇒ Bug
State ⇒ Unconfirmed
to blocking of all user logins after one user has hit the
blocking-conditions. The reason is a missing bracket in
pear/php/Horde/Lock/Sql.php line 106, see included patch.
Andreas