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

(-)a/installer/data/mysql/atomicupdate/bug_17385-CustomOptionForOpacExportOptions_syspref.pl (-2 / +1 lines)
Lines 24-29 return { Link Here
24
24
25
        # sysprefs
25
        # sysprefs
26
        say $out "Updated system preference 'OpacExportOptions'";
26
        say $out "Updated system preference 'OpacExportOptions'";
27
        say $out "Added new system preference 'OpacCustomExportFilePath'";
27
        say $out "Added new system preference 'CustomXSLTExportPath'";
28
    },
28
    },
29
};
29
};
30
- 

Return to bug 17385