diff options
Diffstat (limited to 'actions/friends')
-rw-r--r-- | actions/friends/add.php | 2 | ||||
-rw-r--r-- | actions/friends/addcollection.php | 2 | ||||
-rw-r--r-- | actions/friends/deletecollection.php | 2 | ||||
-rw-r--r-- | actions/friends/editcollection.php | 2 | ||||
-rw-r--r-- | actions/friends/remove.php | 2 |
5 files changed, 0 insertions, 10 deletions
diff --git a/actions/friends/add.php b/actions/friends/add.php index 345a86774..cb527f82b 100644 --- a/actions/friends/add.php +++ b/actions/friends/add.php @@ -4,8 +4,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ */ // Ensure we are logged in diff --git a/actions/friends/addcollection.php b/actions/friends/addcollection.php index 6124b3496..e81fa34af 100644 --- a/actions/friends/addcollection.php +++ b/actions/friends/addcollection.php @@ -6,9 +6,7 @@ * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ */ //must be logged in diff --git a/actions/friends/deletecollection.php b/actions/friends/deletecollection.php index d4e077a24..37a0346ab 100644 --- a/actions/friends/deletecollection.php +++ b/actions/friends/deletecollection.php @@ -6,9 +6,7 @@ * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ */ // Make sure we're logged in (send us to the front page if not) diff --git a/actions/friends/editcollection.php b/actions/friends/editcollection.php index 4d346e823..9b0dd7d23 100644 --- a/actions/friends/editcollection.php +++ b/actions/friends/editcollection.php @@ -5,8 +5,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ */ $collection_id = get_input('collection_id'); diff --git a/actions/friends/remove.php b/actions/friends/remove.php index d3d362a92..3aa9e5981 100644 --- a/actions/friends/remove.php +++ b/actions/friends/remove.php @@ -4,8 +4,6 @@ * * @package Elgg * @subpackage Core - * @author Curverider Ltd - * @link http://elgg.org/ */ // Ensure we are logged in |