]> git.mjollnir.org Git - moodle.git/commit
Added rename_index()
authorstronk7 <stronk7>
Sat, 30 Sep 2006 18:24:14 +0000 (18:24 +0000)
committerstronk7 <stronk7>
Sat, 30 Sep 2006 18:24:14 +0000 (18:24 +0000)
commit6c89dc5514917d1e37c23088206c8f56ab6e05f1
tree1b61c14af5a3e4a323559b278f1759512a138ab3
parent1c86ef5b1ceaea3411015b5033cd7b316b737dbc
Added rename_index()
Adding support for index renaming. Note that MySQL doesn't support this
but this shouldn't be important at all, mainly because, under xmldb,
accesses to index-names are always done with find_index_name() and
never explicity.
Anyway, this function could be useful in the future to normalize index
names in some Health center or another similar place.
lib/ddllib.php