To help hackers who already have the table
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user