]> git.mjollnir.org Git - moodle.git/commitdiff
removed a call print_box_end(). It was not needed.
authoragrabs <agrabs>
Thu, 8 May 2008 11:49:48 +0000 (11:49 +0000)
committeragrabs <agrabs>
Thu, 8 May 2008 11:49:48 +0000 (11:49 +0000)
mod/feedback/edit_item.php
mod/feedback/version.php

index 4c10b9bdb8367d85fa2bc0b763454a8d7a00a0ce..197a48d7a5344c856c4d821d9e2a6f996b5bdd07 100644 (file)
     //////////////////////////////////////////////////////////////////////////////////////
 */
     // print_simple_box_end();
-    print_box_end();
+    // print_box_end();
   
     if ($typ!='label') {
         echo '<script language="javascript">';
index 4e527074b6adc7ca44e88208e663c532fe473e0e..099fbdbb6ca96c4346904e85c79e64cc58f3f81c 100644 (file)
@@ -10,7 +10,7 @@
 */
 
    
-    $module->version = 2008042901; // The current module version (Date: YYYYMMDDXX)
+    $module->version = 2008042902; // 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)