mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
To help hackers who already have the table
This commit is contained in:
parent
2dd899c85a
commit
3ae11b04bb
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user