diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-05-18 19:23:18 -0400 |
---|---|---|
committer | Robin Millette <millette@controlyourself.ca> | 2009-05-18 19:23:18 -0400 |
commit | 9261e48ef039869fb3709d374b7e4346d8773a49 (patch) | |
tree | c12f828e9ffb321d8a7a0282b3892adf48c94788 /lib/noticelist.php | |
parent | f5606b6aa3868d777c6c697cf1bbc5348cb2ccc3 (diff) |
Removed dead code.
Diffstat (limited to 'lib/noticelist.php')
-rw-r--r-- | lib/noticelist.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/noticelist.php b/lib/noticelist.php index 55dd902b4..004905056 100644 --- a/lib/noticelist.php +++ b/lib/noticelist.php @@ -187,7 +187,7 @@ class NoticeListItem extends Widget function showNotice() { -if (0) +if(0) $this->out->elementStart('entry-title'); else @@ -236,7 +236,7 @@ else $clip .= '.png'; $top = '20px'; } -if (0) +if(0) $this->out->elementStart('div', 'entry-attachments'); else $this->out->elementStart('p', array('class' => 'entry-attachments', 'style' => "float: right; width: $width_att; background: url($clip) no-repeat; text-align: right; height: $height;")); |