Commit 68b5436a authored by Frank Bergmann's avatar Frank Bergmann

- Replaced ns_httpget by im_httpget

parent 37a28211
......@@ -157,7 +157,7 @@ ad_proc -private template::util::skype::status {
set status $uri
} else {
#Get user status
set status [ns_httpget $uri]
set status [im_httpget $uri]
}
return $status
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment