Removed another bit of dead (commented out) code.
This commit is contained in:
parent
7f76c36f24
commit
7c772e1d63
@ -206,24 +206,10 @@ class NoticeListItem extends Widget
|
|||||||
return 'shownotice' !== $this->out->args['action'];
|
return 'shownotice' !== $this->out->args['action'];
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
function attachmentCount($discriminant = true) {
|
|
||||||
$file_oembed = new File_oembed;
|
|
||||||
$query = "select count(*) as c from file_oembed join file_to_post on file_oembed.file_id = file_to_post.file_id where post_id=" . $this->notice->id;
|
|
||||||
$file_oembed->query($query);
|
|
||||||
$file_oembed->fetch();
|
|
||||||
return intval($file_oembed->c);
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
function showWithAttachment() {
|
|
||||||
}
|
|
||||||
|
|
||||||
function showNoticeInfo()
|
function showNoticeInfo()
|
||||||
{
|
{
|
||||||
$this->out->elementStart('div', 'entry-content');
|
$this->out->elementStart('div', 'entry-content');
|
||||||
$this->showNoticeLink();
|
$this->showNoticeLink();
|
||||||
// $this->showWithAttachment();
|
|
||||||
$this->showNoticeSource();
|
$this->showNoticeSource();
|
||||||
$this->showContext();
|
$this->showContext();
|
||||||
$this->out->elementEnd('div');
|
$this->out->elementEnd('div');
|
||||||
|
Loading…
Reference in New Issue
Block a user