... | ... |
@@ -90,7 +90,7 @@ Hugh Waite |
90 | 90 |
|
91 | 91 |
2. Developer Guide |
92 | 92 |
|
93 |
- 1. |
|
93 |
+ 1. Introduction |
|
94 | 94 |
2. Available Functions |
95 | 95 |
|
96 | 96 |
2.1. int http_connect(msg, connection, url, result, |
... | ... |
@@ -855,7 +855,7 @@ Chapter 2. Developer Guide |
855 | 855 |
|
856 | 856 |
Table of Contents |
857 | 857 |
|
858 |
- 1. |
|
858 |
+ 1. Introduction |
|
859 | 859 |
2. Available Functions |
860 | 860 |
|
861 | 861 |
2.1. int http_connect(msg, connection, url, result, content_type, |
... | ... |
@@ -865,6 +865,8 @@ Chapter 2. Developer Guide |
865 | 865 |
2.3. int http_query(msg, url, dest, post) |
866 | 866 |
2.4. http_get_content_type(str connection) |
867 | 867 |
|
868 |
+1. Introduction |
|
869 |
+ |
|
868 | 870 |
This module provides a set of API functions that other modules can use |
869 | 871 |
in order to integrate with HTTP services. |
870 | 872 |
|
... | ... |
@@ -156,7 +156,7 @@ $var(err)"); |
156 | 156 |
xlog("L_INFO", "HELD locationRequest: Result code $var(res)\nUrl: $var(url)\n$va |
157 | 157 |
r(pidf)"); |
158 | 158 |
... |
159 |
-$var(res) = lost_held_query("heldsrv", "$var(pidf)", "$var(url)"", "$var(err)"); |
|
159 |
+$var(res) = lost_held_query("heldsrv", "$var(pidf)", "$var(url)", "$var(err)"); |
|
160 | 160 |
xlog("L_INFO", "HELD locationRequest: Result code $var(res)\nUrl: $var(url)\n$va |
161 | 161 |
r(pidf)\n"); |
162 | 162 |
... |