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

(-)a/installer/data/mysql/db_revs/220600015.pl (-2 / +1 lines)
Lines 34-40 return { Link Here
34
            $lost_val++;
34
            $lost_val++;
35
35
36
            $dbh->do(
36
            $dbh->do(
37
                qq{)
37
                qq{
38
                INSERT INTO authorised_values (category,authorised_value,lib) VALUES ('LOST',$lost_val,'Missing from bundle')
38
                INSERT INTO authorised_values (category,authorised_value,lib) VALUES ('LOST',$lost_val,'Missing from bundle')
39
            }
39
            }
40
            );
40
            );
41
- 

Return to bug 34881