From d4e4268d11612408e4989a5c57f69fcb2febe8aa Mon Sep 17 00:00:00 2001 From: brettp Date: Thu, 3 Feb 2011 03:25:25 +0000 Subject: Refs #2680: First pass at porting the 1.7 bookmarks to 1.8. Functional, but code is still messy. git-svn-id: http://code.elgg.org/elgg/trunk@7998 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/bookmarks/actions/remove.php | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100755 mod/bookmarks/actions/remove.php (limited to 'mod/bookmarks/actions/remove.php') diff --git a/mod/bookmarks/actions/remove.php b/mod/bookmarks/actions/remove.php deleted file mode 100755 index f704a5cc3..000000000 --- a/mod/bookmarks/actions/remove.php +++ /dev/null @@ -1,34 +0,0 @@ -canEdit()){ - //remove the relationship between the object and bookmark - if(remove_entity_relationship($object_guid, "reference", $bookmark_guid)){ - // Success message - system_message(elgg_echo("bookmarks:removed")); - }else{ - // Failure message - system_message(elgg_echo("bookmarks:removederror")); - } - }else{ - // Failure message - system_message(elgg_echo("bookmarks:removederror")); - } -}else{ - // Failure message - system_message(elgg_echo("bookmarks:removederror")); -} - -forward($object->getURL()); \ No newline at end of file -- cgit v1.2.3