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) {

View File

@ -339,6 +339,7 @@
$cont = array();
$cont = entry_parse($id);
if ($cont) {
$this->comments =& new FPDB_CommentList($id, comment_getlist($id));
@ -359,7 +360,7 @@
$post = $cont;
$post['id'] = $id;
$var = array(&$id, &$cont);
return $var;