1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?php
- if (!defined('GNUSOCIAL') && !defined('STATUSNET')) { exit(1); }
- class SectionNoticeList extends NoticeList
- {
- protected $addressees = false;
- protected $attachments = false;
- protected $maxchars = 140;
- protected $options = false;
- protected $show_n = NOTICES_PER_SECTION;
- }
|