Ticket #3818 (closed defect: fixed)
DataObj::SavedSearch::send_out_alerts bug
| Reported by: | af05v@… | Owned by: | |
|---|---|---|---|
| Priority: | unset | Milestone: | EPrints 3.2.x (general bugs/features for 3.2) |
| Component: | - | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Monthly alerts do not go out at all.
Line 386
elsif( $freq eq "monthly" )
{
# Get today's date
# Bugfix af05v - 20100616
# my( $year, $month, $day ) = EPrints::Time::get_iso_date( time );
my( $year, $month, $day ) = EPrints::Time::get_date_array( time );
# Substract a month
$month--;
# Check for year "wrap"
if( $month==0 )
{
$month = 12;
Change History
Note: See
TracTickets for help on using
tickets.
