mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
getting tired of restore my test Oracle DB. Typo!
This commit is contained in:
parent
845f45ec19
commit
2a82cacf0b
1 changed files with 1 additions and 1 deletions
|
@ -668,7 +668,7 @@ class XMLDBgenerator {
|
||||||
|
|
||||||
$rename = str_replace('TABLENAME', $this->getTableName($xmldb_table), $this->rename_column_sql);
|
$rename = str_replace('TABLENAME', $this->getTableName($xmldb_table), $this->rename_column_sql);
|
||||||
$rename = str_replace('OLDFIELDNAME', $this->getEncQuoted($xmldb_field->getName()), $rename);
|
$rename = str_replace('OLDFIELDNAME', $this->getEncQuoted($xmldb_field->getName()), $rename);
|
||||||
$rename = str_replace('NEWFIELDNAME', $this->getEncQuoted($newname)), $rename);
|
$rename = str_replace('NEWFIELDNAME', $this->getEncQuoted($newname), $rename);
|
||||||
|
|
||||||
$results[] = $rename;
|
$results[] = $rename;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue