Browse Source

Change name of game_snakes_databases.cols to usedcols

MOODLE_20_STABLE
bdaloukas 8 years ago
parent
commit
000d4ed082
  1. 2
      db/upgrade.php

2
db/upgrade.php

@ -47,7 +47,7 @@ defined('MOODLE_INTERNAL') || die();
* *
* @param string $table the name of table * @param string $table the name of table
* @param string $from the name of source field * @param string $from the name of source field
* @param string $to the name of destination field * @param string $to the name of destination field
*/ */
function mpgame_db_copy_string_to_int( $table, $from, $to) { function mpgame_db_copy_string_to_int( $table, $from, $to) {
global $CFG, $DB; global $CFG, $DB;

Loading…
Cancel
Save