Removed fullname and search fields from modules table. Fullname is now
derived from the string 'modulename' in the lang files for each module.
This commit is contained in:
@@ -5,10 +5,8 @@
|
||||
// This fragment is called by /admin/index.php
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
$module->fullname = "Assignment";
|
||||
$module->version = 20020801;
|
||||
$module->cron = 60;
|
||||
$module->search = "";
|
||||
|
||||
function assignment_upgrade($oldversion) {
|
||||
// This function does anything necessary to upgrade
|
||||
|
||||
Reference in New Issue
Block a user