Summary | horde-remove-user-data yes/no prompt always yes |
Queue | Horde Base |
Queue Version | 5.1.5 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | skhorde (at) smail (dot) inf (dot) fh-bonn-rhein-sieg (dot) de |
Created | 02/26/2014 (4130 days ago) |
Due | |
Updated | 03/03/2014 (4125 days ago) |
Assigned | |
Resolved | 02/27/2014 (4129 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
commit 8b1428afa0abe0c33a8b5684f549d93b5d8e425f
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Feb 26 23:23:03 2014 -0700
Bug #12994: Fix logichorde/bin/horde-remove-user-data | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/8b1428afa0abe0c33a8b5684f549d93b5d8e425f
Assigned to Michael Slusarz
State ⇒ Resolved
commit 5d93ee42dd7d5ef075d69395de95fe415e10a26b
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Feb 26 23:23:03 2014 -0700
Bug #12994: Fix logichorde/bin/horde-remove-user-data | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/5d93ee42dd7d5ef075d69395de95fe415e10a26b
Priority ⇒ 1. Low
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Horde Base
Summary ⇒ horde-remove-user-data yes/no prompt always yes
Type ⇒ Bug
State ⇒ Unconfirmed
went to !=):
if ($cli->prompt($cli->red('Are you sure you want to remove user
data?'), array('y' => 'Yes', 'n' => 'No'), 'n') != 'y') {
Otherwise the if() is always false and the data is removed.