• MailQueueTable.pm

    751 752  
    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