Changeset 16758
- Timestamp:
- 07/01/08 12:40:16 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/MidCOM_2_8/midcom.helper.replicator/transporter/http.php
r16756 r16758 103 103 ); 104 104 debug_push_class(__CLASS__, __FUNCTION__); 105 debug_add('Posting ' . strlen($post_vars['midcom_helper_replicator_import_xml']) . ' bytes to ' . $this->url);105 debug_add('Posting ' . strlen($post_vars['midcom_helper_replicator_import_xml']) . " bytes to {$this->url} (file {$items[$key]})"); 106 106 debug_pop(); 107 107 $response = $client->post($this->url, $post_vars);
