diff options
author | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-03-22 14:06:19 +0000 |
---|---|---|
committer | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-03-22 14:06:19 +0000 |
commit | ae98658b2aed6e09a047582a86b9040c6d0d5ab7 (patch) | |
tree | 90850b90c3ac84eb8f1424ef214701a50c6ec68d | |
parent | c161a2c747001a4fb749ac76f86b23ef2a3641fb (diff) | |
download | elgg-ae98658b2aed6e09a047582a86b9040c6d0d5ab7.tar.gz elgg-ae98658b2aed6e09a047582a86b9040c6d0d5ab7.tar.bz2 |
Marcus Povey <marcus@dushka.co.uk>
* Whitespace removed
git-svn-id: https://code.elgg.org/elgg/trunk@264 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r-- | engine/lib/entities.php | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/engine/lib/entities.php b/engine/lib/entities.php index e457988ec..e9f1f52cc 100644 --- a/engine/lib/entities.php +++ b/engine/lib/entities.php @@ -621,10 +621,5 @@ return delete_data("DELETE from {$CONFIG->dbprefix}entity_relationships where guid_one=$guid_one and relationship='$relationship' and guid_two=$guid_two"); } - - - - // In annotations/ meta - - + ?>
\ No newline at end of file |