aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/entities.php
diff options
context:
space:
mode:
authoricewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-03-22 14:06:19 +0000
committericewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-03-22 14:06:19 +0000
commitae98658b2aed6e09a047582a86b9040c6d0d5ab7 (patch)
tree90850b90c3ac84eb8f1424ef214701a50c6ec68d /engine/lib/entities.php
parentc161a2c747001a4fb749ac76f86b23ef2a3641fb (diff)
downloadelgg-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
Diffstat (limited to 'engine/lib/entities.php')
-rw-r--r--engine/lib/entities.php7
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