File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 11<?php //$Id: upgrade.php,v 1.2 2007/08/08 22:36:54 stronk7 Exp $
22
3- /**
3+ /**
44 * This file keeps track of upgrades to
5- * the etherpadlite module
6- *
7- * @package mod
8- * @subpackage etherpadlite
9- *
10- * @author Timo Welde <tjwelde@gmail.com>
11- * @copyright 2012 Humboldt-Universität zu Berlin <moodle-support@cms.hu-berlin.de>
12- * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
5+ * the etherpadlite module
6+ *
7+ * @package mod
8+ * @subpackage etherpadlite
9+ *
10+ * @author Timo Welde <tjwelde@gmail.com>
11+ * @copyright 2012 Humboldt-Universität zu Berlin <moodle-support@cms.hu-berlin.de>
12+ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
1313 */
1414
1515// This file keeps track of upgrades to
@@ -59,7 +59,7 @@ function xmldb_etherpadlite_upgrade($oldversion=0) {
5959
6060 $ DB ->delete_records_select ("config " , "name LIKE 'etherpadlite_%' " );
6161
62- upgrade_plugin_savepoint (true , 2013042901 , " mod " , "etherpadlite " );
62+ upgrade_mod_savepoint (true , 2013042901 , "etherpadlite " );
6363 }
6464
6565 return $ result ;
You can’t perform that action at this time.
0 commit comments