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

(-)a/installer/data/mysql/updatedatabase.pl (-1 / +2 lines)
Lines 7952-7957 if ( CheckVersion($DBversion) ) { Link Here
7952
            ADD hideinopac TINYINT(1) NOT NULL DEFAULT 0,
7952
            ADD hideinopac TINYINT(1) NOT NULL DEFAULT 0,
7953
            ADD searchcategory VARCHAR(20) DEFAULT NULL;
7953
            ADD searchcategory VARCHAR(20) DEFAULT NULL;
7954
    });
7954
    });
7955
    print "Upgrade to $DBversion done (Bug 10937 - Option to hide and group itemtypes from advanced search)\n";
7956
    SetVersion($DBversion);
7955
}
7957
}
7956
7958
7957
=head1 FUNCTIONS
7959
=head1 FUNCTIONS
7958
- 

Return to bug 10937