View | Details | Raw Unified | Return to bug 14036
Collapse All | Expand All

(-)a/C4/Serials.pm (-1 / +2 lines)
Lines 2383-2388 sub GetNextDate { Link Here
2383
    if ($freqdata->{'unit'}) {
2383
    if ($freqdata->{'unit'}) {
2384
        my ( $year, $month, $day ) = split /-/, $publisheddate;
2384
        my ( $year, $month, $day ) = split /-/, $publisheddate;
2385
2385
2386
        return unless check_date($year, $month, $day);
2387
2386
        # Process an irregularity Hash
2388
        # Process an irregularity Hash
2387
        # Suppose that irregularities are stored in a string with this structure
2389
        # Suppose that irregularities are stored in a string with this structure
2388
        # irreg1;irreg2;irreg3
2390
        # irreg1;irreg2;irreg3
2389
- 

Return to bug 14036