From 414c9cff7cf338bcef2a47a4ed1df4b13a2ec529 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 22 Oct 2013 22:12:28 +0200 Subject: Remove unnecessary TODO It's fine if users can invite an unlimited amount of people. Signed-off-by: Florian Pritz --- application/controllers/user.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/controllers/user.php b/application/controllers/user.php index 356cc430b..bf6c44a86 100644 --- a/application/controllers/user.php +++ b/application/controllers/user.php @@ -150,7 +150,6 @@ class User extends MY_Controller { $userid = $this->muser->get_userid(); - // TODO: count both, invited users and key $query = $this->db->query(" SELECT count(*) count FROM `actions` -- cgit v1.2.3-24-g4f1b