projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a50332e
)
ws
author
Jan Schneider
<jan@horde.org>
Fri, 24 Jul 2009 08:56:14 +0000
(10:56 +0200)
committer
Jan Schneider
<jan@horde.org>
Fri, 24 Jul 2009 08:57:31 +0000
(10:57 +0200)
ingo/lib/api.php
patch
|
blob
|
history
diff --git
a/ingo/lib/api.php
b/ingo/lib/api.php
index
43b566a
..
7027771
100644
(file)
--- a/
ingo/lib/api.php
+++ b/
ingo/lib/api.php
@@
-96,8
+96,8
@@
function _ingo_perms()
*
* @return mixed true on success | PEAR_Error on failure
*/
-function _ingo_removeUserData($user)
{
-
+function _ingo_removeUserData($user)
+{
if (!Horde_Auth::isAdmin() && $user != Horde_Auth::getAuth()) {
return PEAR::raiseError(_("You are not allowed to remove user data."));
}