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

(-)a/C4/Installer.pm (-1 / +3 lines)
Lines 491-496 sub load_sql { Link Here
491
                }
491
                }
492
            };
492
            };
493
        }
493
        }
494
        if ($@){
495
            warn "Something went wrong loading file $filename ($@)";
496
        }
494
    };
497
    };
495
    #   errors thrown while loading installer data should be logged
498
    #   errors thrown while loading installer data should be logged
496
    if( $dup_stderr ) {
499
    if( $dup_stderr ) {
497
- 

Return to bug 13897