mirror of
https://github.com/moodle/moodle.git
synced 2025-01-30 03:58:34 +01:00
mnet/xmlrpc/xmlparser: Fix code layout/alignment
Author: Donal McMullan <donal@catalyst.net.nz>
This commit is contained in:
parent
42f7353911
commit
66ebd55b6b
@ -33,14 +33,14 @@ class mnet_encxml_parser {
|
||||
xml_set_element_handler($this->parser, "start_element", "end_element");
|
||||
xml_set_character_data_handler($this->parser, "discard_data");
|
||||
|
||||
$this->tag_number = 0; // Just a unique ID for each tag
|
||||
$this->digest = '';
|
||||
$this->remote_wwwroot = '';
|
||||
$this->signature = '';
|
||||
$this->data_object = '';
|
||||
$this->key_URI = '';
|
||||
$this->tag_number = 0; // Just a unique ID for each tag
|
||||
$this->digest = '';
|
||||
$this->remote_wwwroot = '';
|
||||
$this->signature = '';
|
||||
$this->data_object = '';
|
||||
$this->key_URI = '';
|
||||
$this->payload_encrypted = false;
|
||||
$this->cipher = array();
|
||||
$this->cipher = array();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user