"MDL-22659, bump version number of html block"

This commit is contained in:
Dongsheng Cai 2010-07-19 16:10:05 +00:00
parent 493a82f69e
commit 6cb9f07288
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ function xmldb_block_html_upgrade($oldversion) {
$dbman = $DB->get_manager();
if ($oldversion < 2010071501) {
if ($oldversion < 2010071900) {
$params = array();
$sql = "SELECT * FROM {block_instances} b WHERE b.blockname = :blockname";
$params['blockname'] = 'html';
@ -54,7 +54,7 @@ function xmldb_block_html_upgrade($oldversion) {
$rs->close();
/// html block savepoint reached
upgrade_block_savepoint(true, 2010071501, 'html');
upgrade_block_savepoint(true, 2010071900, 'html');
}
return true;

View File

@ -15,4 +15,4 @@
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
$plugin->version = 2010071501;
$plugin->version = 2010071900;