mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-36357 cleanup - remove double semicolons
This commit is contained in:
parent
a3f3ea2684
commit
0e35ba6ffc
53 changed files with 66 additions and 66 deletions
|
@ -310,7 +310,7 @@ function mnet_encrypt_message($message, $remote_certificate) {
|
|||
* @return string The signature over that text
|
||||
*/
|
||||
function mnet_get_keypair() {
|
||||
global $CFG, $DB;;
|
||||
global $CFG, $DB;
|
||||
static $keypair = null;
|
||||
if (!is_null($keypair)) return $keypair;
|
||||
if ($result = get_config('mnet', 'openssl')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue