From 82c07e0e7e6e6ca94fc2ebca9d7f2b364cef2370 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 14 Mar 2008 12:41:20 +0000 Subject: Removing old objects class git-svn-id: https://code.elgg.org/elgg/trunk@218 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/entities.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engine/lib/entities.php') diff --git a/engine/lib/entities.php b/engine/lib/entities.php index da04d2d8f..2a90ea3e1 100644 --- a/engine/lib/entities.php +++ b/engine/lib/entities.php @@ -520,6 +520,8 @@ function delete_entity($guid) { global $CONFIG; + + // TODO Make sure this deletes all metadata/annotations/relationships/etc!! $guid = (int)$guid; -- cgit v1.2.3