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

(-)a/installer/data/mysql/updatedatabase.pl (-1 / +2 lines)
Lines 8558-8563 if ( CheckVersion($DBversion) ) { Link Here
8558
            ADD hideinopac TINYINT(1) NOT NULL DEFAULT 0,
8558
            ADD hideinopac TINYINT(1) NOT NULL DEFAULT 0,
8559
            ADD searchcategory VARCHAR(20) DEFAULT NULL;
8559
            ADD searchcategory VARCHAR(20) DEFAULT NULL;
8560
    });
8560
    });
8561
    print "Upgrade to $DBversion done (Bug 10937 - Option to hide and group itemtypes from advanced search)\n";
8562
    SetVersion($DBversion);
8561
}
8563
}
8562
8564
8563
=head1 FUNCTIONS
8565
=head1 FUNCTIONS
8564
- 

Return to bug 10937