]> git.mjollnir.org Git - moodle.git/commitdiff
removed the wrong call require_once('blank_form.php')
authoragrabs <agrabs>
Wed, 30 Apr 2008 08:28:09 +0000 (08:28 +0000)
committeragrabs <agrabs>
Wed, 30 Apr 2008 08:28:09 +0000 (08:28 +0000)
mod/feedback/edit_item.php
mod/feedback/version.php

index dcb2bbd4351268e1829a22de4d554101215b3f2c..48b530af6a9c5e2443197bf1b60608ee799628d2 100644 (file)
     feedback_print_errors();
     
     //new formdefinition
-    require_once('blank_form.php');
     $itemclass = 'feedback_item_'.$typ;
     $itemobj = new $itemclass();
     $item_form = &$itemobj->show_edit($item);
     
-    // $item_form = new feedback_blank_form();
-
     $i_form = &$item_form->_form;
     // $i_form->addElement('header', 'general', 'Titel');
     $i_form->addElement('hidden', 'id', $id);
index 79d93f92674507b8989b7fc41fa502c2efc39589..ed9207426b73aebc74939ff67aa1e2d2304e54b5 100644 (file)
@@ -10,7 +10,7 @@
 */
 
    
-    $module->version = 2008042801; // The current module version (Date: YYYYMMDDXX)
+    $module->version = 2008042802; // The current module version (Date: YYYYMMDDXX)
     $module->requires = 2007101503;  // Requires this Moodle version
     $feedback_version_intern = 1; //this version is used for restore older backups
     $module->cron = 0; // Period for cron to check this module (secs)