-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<?php //$Id: upgrade.php,v 1.2 2007/08/08 22:36:54 stronk7 Exp $ | ||
|
||
/** | ||
/** | ||
* This file keeps track of upgrades to | ||
* the etherpadlite module | ||
* | ||
* @package mod | ||
* @subpackage etherpadlite | ||
* | ||
* @author Timo Welde <[email protected]> | ||
* @copyright 2012 Humboldt-Universität zu Berlin <[email protected]> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
* the etherpadlite module | ||
* | ||
* @package mod | ||
* @subpackage etherpadlite | ||
* | ||
* @author Timo Welde <[email protected]> | ||
* @copyright 2012 Humboldt-Universität zu Berlin <[email protected]> | ||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | ||
*/ | ||
|
||
// This file keeps track of upgrades to | ||
|
@@ -59,7 +59,7 @@ function xmldb_etherpadlite_upgrade($oldversion=0) { | |
|
||
$DB->delete_records_select("config", "name LIKE 'etherpadlite_%'"); | ||
|
||
upgrade_plugin_savepoint(true, 2013042901, "mod", "etherpadlite"); | ||
upgrade_mod_savepoint(true, 2013042901, "etherpadlite"); | ||
} | ||
|
||
return $result; | ||
|