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

(-)a/installer/data/mysql/atomicupdate/bug_30915.pl (-2 / +2 lines)
Lines 17-23 return { Link Here
17
            say_warning(
17
            say_warning(
18
                $out,
18
                $out,
19
                q|We discovered that your notices as mentioned below are still using Context.Scalar. Please adjust them by following the instructions on Bugzilla report 30915. In most cases [% Context.Scalar($x,$y) %] should simply be [% $x.$y %].|
19
                q|We discovered that your notices as mentioned below are still using Context.Scalar. Please adjust them by following the instructions on Bugzilla report 30915. In most cases [% Context.Scalar($x,$y) %] should simply be [% $x.$y %].|
20
                    . qq|\nWe found the following notices: |
20
                    . qq|\n|
21
                    . q|We found the following notices: |
21
                    . join( ', ', @$notices ) . q|.|
22
                    . join( ', ', @$notices ) . q|.|
22
            );
23
            );
23
        }
24
        }
24
- 

Return to bug 30915