]> git.mjollnir.org Git - moodle.git/commitdiff
Override doc link for postgresql migration
authorpatrickslee <patrickslee>
Wed, 5 Apr 2006 23:41:59 +0000 (23:41 +0000)
committerpatrickslee <patrickslee>
Wed, 5 Apr 2006 23:41:59 +0000 (23:41 +0000)
admin/utfdbmigrate.php

index 2b7d8841a8710457c1b486ad36da9c15f5d4e89b..c7136ba17e7c49898da57e2d6c9aede91c80e6c9 100755 (executable)
@@ -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