diff options
author | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-04-09 15:17:56 +0000 |
---|---|---|
committer | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-04-09 15:17:56 +0000 |
commit | 82b51d88de942177474b1f77bdede7e51c15f32e (patch) | |
tree | 2f50d8dc994d5babc86bc9a6528352cd203383b4 /mod/exporttest/start.php | |
parent | 5273ac60e0f0490f3d3f7e2126e051ba386ff058 (diff) | |
download | elgg-82b51d88de942177474b1f77bdede7e51c15f32e.tar.gz elgg-82b51d88de942177474b1f77bdede7e51c15f32e.tar.bz2 |
Marcus Povey <marcus@dushka.co.uk>
* Package header added
git-svn-id: https://code.elgg.org/elgg/trunk@428 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/exporttest/start.php')
-rw-r--r-- | mod/exporttest/start.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mod/exporttest/start.php b/mod/exporttest/start.php index d25e5c06d..7563b0cd9 100644 --- a/mod/exporttest/start.php +++ b/mod/exporttest/start.php @@ -1,4 +1,13 @@ <?php + /** + * Elgg export test + * + * @package ElggDevTools + * @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/ + */ function exporttest_init($event, $object_type, $object = null) { |