diff options
| author | Christian Fowler <spider@viovio.com> | 2009-05-15 18:14:56 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2009-05-15 18:14:56 +0000 |
| commit | 02cf8c219c1ea76e6e4e6593793cc933867fbfd3 (patch) | |
| tree | 688317ef39327864bb274260a07cf4daaad32f07 | |
| parent | 1798668efc0387928193fdcc6ba0a7854a3044a8 (diff) | |
| download | liberty-02cf8c219c1ea76e6e4e6593793cc933867fbfd3.tar.gz liberty-02cf8c219c1ea76e6e4e6593793cc933867fbfd3.tar.bz2 liberty-02cf8c219c1ea76e6e4e6593793cc933867fbfd3.zip | |
add TODO comment to for expunge comment attachment_id
| -rw-r--r-- | LibertyComment.php | 3 |
1 files changed, 2 insertions, 1 deletions
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 <spider@steelsun.com> */ @@ -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(); } |
