aboutsummaryrefslogtreecommitdiffstats
path: root/lib/user.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/user.php')
-rw-r--r--lib/user.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/user.php b/lib/user.php
index c14ef2d6ca6..c432f6074a6 100644
--- a/lib/user.php
+++ b/lib/user.php
@@ -385,7 +385,7 @@ class OC_User {
}
return false;
}
-
+
/**
* disables a user
* @param string $userid the user to disable
@@ -395,7 +395,7 @@ class OC_User {
$query = OC_DB::prepare($query);
$query->execute(array($userid, 'core', 'enabled', 'false'));
}
-
+
/**
* enable a user
* @param string $userid
@@ -405,7 +405,7 @@ class OC_User {
$query = OC_DB::prepare($query);
$query->execute(array($userid, 'core', 'enabled', 'false'));
}
-
+
/**
* checks if a user is enabled
* @param string $userid