From 498e811cbd8d454f21b97c1fcab6dd32862b0cee Mon Sep 17 00:00:00 2001 From: pete Date: Thu, 31 Jul 2008 18:07:59 +0000 Subject: delete collection action - div prevented from showing git-svn-id: https://code.elgg.org/elgg/trunk@1642 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/friends/collection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/default/friends/collection.php') diff --git a/views/default/friends/collection.php b/views/default/friends/collection.php index 09a684fac..c80482ecc 100644 --- a/views/default/friends/collection.php +++ b/views/default/friends/collection.php @@ -28,7 +28,7 @@ //as collections are private, check that the logged in user is the owner if($coll->owner_guid == $_SESSION['user']->getGUID()) - echo "
id}\" class=\"delete_collection\"> "; + echo ""; echo $coll->name; -- cgit v1.2.3