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:
martin
2002-08-02 17:42:59 +00:00
parent d4dec01c69
commit 7ea53a1fb1
7 changed files with 6 additions and 12 deletions
-2
View File
@@ -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