1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-24 18:04:43 +02:00

Override doc link for postgresql migration

This commit is contained in:
patrickslee 2006-04-05 23:41:59 +00:00
parent 391f527040
commit faf2851fd9

@ -34,6 +34,9 @@
print_heading($strdbmigrate);
if ($CFG->dbtype == 'postgres7') {
$CFG->pagepath = 'admin/utfdbmigrate/postgresql';
}
//if $confirm
if ($confirm && confirm_sesskey()) {
//do the real migration of db