aboutsummaryrefslogtreecommitdiff
path: root/mod
diff options
context:
space:
mode:
authoricewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-04-02 10:24:34 +0000
committericewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-04-02 10:24:34 +0000
commitbe07d54eb9772039218ff6e5706eb478400fee1f (patch)
tree75cd98e9d66a5d1b8537ba856c7cc9399b44e373 /mod
parent3507e7e41352e1c40b04677beab01cd2d0a48439 (diff)
downloadelgg-be07d54eb9772039218ff6e5706eb478400fee1f.tar.gz
elgg-be07d54eb9772039218ff6e5706eb478400fee1f.tar.bz2
test
git-svn-id: https://code.elgg.org/elgg/trunk@332 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod')
-rw-r--r--mod/tasklist/index.php1
-rw-r--r--mod/tasklist/start.php2
2 files changed, 1 insertions, 2 deletions
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,