From be07d54eb9772039218ff6e5706eb478400fee1f Mon Sep 17 00:00:00 2001 From: icewing Date: Wed, 2 Apr 2008 10:24:34 +0000 Subject: test git-svn-id: https://code.elgg.org/elgg/trunk@332 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/tasklist/index.php | 1 - mod/tasklist/start.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'mod') diff --git a/mod/tasklist/index.php b/mod/tasklist/index.php index d8b9edb6d..79345a73f 100644 --- a/mod/tasklist/index.php +++ b/mod/tasklist/index.php @@ -2,7 +2,6 @@ require_once("../../engine/start.php"); global $CONFIG; - $_SESSION['id'] = 2; // Get the user diff --git a/mod/tasklist/start.php b/mod/tasklist/start.php index 260109866..ab263136d 100644 --- a/mod/tasklist/start.php +++ b/mod/tasklist/start.php @@ -29,7 +29,7 @@ // Task $task = $entity->getMetaData("task"); - +print_r($task); // Render the item return elgg_view("tasklist/item", array( "owner_id" => $entity->owner_guid, -- cgit v1.2.3