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

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

Return to bug 13897