mirror of
https://github.com/moodle/moodle.git
synced 2025-03-13 20:26:32 +01:00
Some fixes.
This commit is contained in:
parent
fab7fbe079
commit
da32de5c89
@ -149,7 +149,7 @@ function cc_submit($form, $course)
|
||||
if (!empty($CFG->an_tran_key)) {
|
||||
$poststring .= urlencode("x_tran_key") . "=" . urlencode($CFG->an_tran_key);
|
||||
}
|
||||
if (!empty($CFG->an_password)) {
|
||||
else { // MUST be an_tran_key or x_password
|
||||
$poststring .= urlencode("x_password") . "=" . urlencode($CFG->an_password);
|
||||
}
|
||||
foreach($formdata as $key => $val) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user