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