From 668933bcaa8fc0121a34be7bad7f98c08b2f138c Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Fri, 18 Nov 2011 17:19:59 +0100 Subject: [PATCH] MDL-20534 lti: B14 - tiny bit, but savepoint tests require that --- mod/lti/db/upgrade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/lti/db/upgrade.php b/mod/lti/db/upgrade.php index c01b564e471..33aa23c0d0b 100644 --- a/mod/lti/db/upgrade.php +++ b/mod/lti/db/upgrade.php @@ -64,7 +64,7 @@ function xmldb_lti_upgrade($oldversion) { $dbman = $DB->get_manager(); - if($oldversion < 2011111600){ + if ($oldversion < 2011111600){ // Rename showdescription to showdescriptionlaunch to not conflict with setting from core Moodle // Rename showtitle as well to be consistent $table = new xmldb_table('lti');