From 02cf8c219c1ea76e6e4e6593793cc933867fbfd3 Mon Sep 17 00:00:00 2001 From: Christian Fowler Date: Fri, 15 May 2009 18:14:56 +0000 Subject: add TODO comment to for expunge comment attachment_id --- LibertyComment.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/LibertyComment.php b/LibertyComment.php index 933bcef..05cd974 100644 --- a/LibertyComment.php +++ b/LibertyComment.php @@ -3,7 +3,7 @@ * Management of Liberty Content * * @package liberty - * @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertyComment.php,v 1.82 2009/05/05 15:04:39 spiderr Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_liberty/LibertyComment.php,v 1.83 2009/05/15 18:14:56 spiderr Exp $ * @author spider */ @@ -268,6 +268,7 @@ class LibertyComment extends LibertyMime { $rs = $this->mDb->query($sql, array($this->mCommentId)); if (method_exists($this,'expungeMetaData')) { + // TODO: needs to pass in mandatory attachmentId, where does it come from? - spiderr $this->expungeMetaData(); } -- cgit v1.3