diff options
author | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-04-09 15:18:59 +0000 |
---|---|---|
committer | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-04-09 15:18:59 +0000 |
commit | 70c01372593af58e2f955d7c1b302af25d0ada51 (patch) | |
tree | 1d4810ed41c25c8e28c7d4f0aa5c6f86cc01ba97 /mod/tasklist/start.php | |
parent | 82b51d88de942177474b1f77bdede7e51c15f32e (diff) | |
download | elgg-70c01372593af58e2f955d7c1b302af25d0ada51.tar.gz elgg-70c01372593af58e2f955d7c1b302af25d0ada51.tar.bz2 |
Marcus Povey <marcus@dushka.co.uk>
* Package header added
git-svn-id: https://code.elgg.org/elgg/trunk@429 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/tasklist/start.php')
-rw-r--r-- | mod/tasklist/start.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mod/tasklist/start.php b/mod/tasklist/start.php index 6b3ae4880..720114238 100644 --- a/mod/tasklist/start.php +++ b/mod/tasklist/start.php @@ -1,5 +1,15 @@ <?php /** + * Elgg tasklist test + * + * @package ElggTasklist + * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2 + * @author Marcus Povey <marcus@marcus-povey.co.uk> + * @copyright Curverider Ltd 2008 + * @link http://elgg.com/ + */ + + /** * Simple tasklist plugin * * These parameters are required for the event API, but we won't use them: |