Ticket #3818 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

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

Changed 3 years ago by tdb01r

  • status changed from new to closed
  • resolution set to fixed

Resolved by r5538, r5542.

Note: See TracTickets for help on using tickets.