From f02bc4254ee146f56518a19a05ee95c620a69c3c Mon Sep 17 00:00:00 2001 From: icewing Date: Wed, 2 Apr 2008 10:50:12 +0000 Subject: debug git-svn-id: https://code.elgg.org/elgg/trunk@345 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/tasklist/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod') diff --git a/mod/tasklist/start.php b/mod/tasklist/start.php index 6b3ae4880..e4df7300e 100644 --- a/mod/tasklist/start.php +++ b/mod/tasklist/start.php @@ -29,7 +29,7 @@ // Task $task = $entity->getMetaData("task"); - +echo "TSD : $task"; // Render the item return elgg_view("tasklist/item", array( "owner_id" => $entity->owner_guid, -- cgit v1.2.3