prefix}label DROP INDEX course;",false); modify_database('','ALTER TABLE prefix_label ADD INDEX course (course);'); } ////// DO NOT ADD NEW THINGS HERE!! USE upgrade.php and the lib/ddllib.php functions. return true; } ?>