To help hackers who already have the table

This commit is contained in:
moodler
2004-08-19 17:16:29 +00:00
parent 2dd899c85a
commit 3ae11b04bb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ function paypal_upgrade($oldversion=0) {
$result = true;
if ($oldversion == 0) {
$result = modify_database("$CFG->dirroot/enrol/paypal/db/mysql.sql");
modify_database("$CFG->dirroot/enrol/paypal/db/mysql.sql");
}
return $result;
+1 -1
View File
@@ -9,7 +9,7 @@ function paypal_upgrade($oldversion=0) {
$result = true;
if ($oldversion == 0) {
$result = modify_database("$CFG->dirroot/enrol/paypal/db/postgres7.sql");
modify_database("$CFG->dirroot/enrol/paypal/db/postgres7.sql");
}
return $result;