Revision 752
- Date:
- 2018/11/20 12:12:58
- Files:
Legend:
- Added
- Removed
- Modified
-
utf8/core/lib/SQL/MailQueueTable.pm
150 150 ); 151 151 } 152 152 153 154 sub _s_filter { 155 my ($self, %opts)=@_; 156 return undef unless ( exists $opts{s} ); 157 return &SQL::Common::_generic_int_filter('d.sections', $opts{s}); 158 } 159 153 160 1; 154