things are starting to get going
This commit is contained in:
parent
141ef1292a
commit
02d8d27418
@ -93,6 +93,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
}
|
||||
|
||||
function delete($id) {
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user