diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-10-22 21:00:32 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-10-22 21:00:32 +0000 |
commit | 131eb5f919b078e47fe469a8b904c2434f1a2b4f (patch) | |
tree | d7862fcab06135457459bd1b9cc55a6e2f1aeefc /actions/friends | |
parent | 5b1c53b2d017e4a9f46e28ad9a00caa5af78b119 (diff) | |
download | elgg-131eb5f919b078e47fe469a8b904c2434f1a2b4f.tar.gz elgg-131eb5f919b078e47fe469a8b904c2434f1a2b4f.tar.bz2 |
Removed @license, @copyright, and @author from files. License and copyright are covered by LICENSE.txt and COPYRIGHT.txt in root.
git-svn-id: http://code.elgg.org/elgg/trunk@7118 36083f99-b078-4883-b0ff-0f9b5a30f544
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 |