getting tired of restore my test Oracle DB. Typo!

This commit is contained in:
stronk7 2007-01-28 00:30:22 +00:00
parent 845f45ec19
commit 2a82cacf0b

View file

@ -668,7 +668,7 @@ class XMLDBgenerator {
$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('NEWFIELDNAME', $this->getEncQuoted($newname)), $rename);
$rename = str_replace('NEWFIELDNAME', $this->getEncQuoted($newname), $rename);
$results[] = $rename;