things are starting to get going

This commit is contained in:
real_nowhereman 2008-09-08 07:37:07 +00:00
parent 141ef1292a
commit 02d8d27418
2 changed files with 4 additions and 1 deletions

View File

@ -93,6 +93,8 @@
} }
} }
return true;
} }
function delete($id) { function delete($id) {

View File

@ -339,6 +339,7 @@
$cont = array(); $cont = array();
$cont = entry_parse($id); $cont = entry_parse($id);
if ($cont) { if ($cont) {
$this->comments =& new FPDB_CommentList($id, comment_getlist($id)); $this->comments =& new FPDB_CommentList($id, comment_getlist($id));