summaryrefslogtreecommitdiffstats
path: root/authfas.module
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2010-07-17 18:36:19 -0400
committerPaul W. Frields <stickster@gmail.com>2010-07-17 18:36:19 -0400
commit29df4b017c28fe2bd689e53abe3519ae4e2bd546 (patch)
treeb1dffe90d6398f69af61ce529fa46873329ac417 /authfas.module
parent74d4cc4450b0659a210bdd9081b8fdd7c49ece20 (diff)
downloaddrupal-authfas-6x-29df4b017c28fe2bd689e53abe3519ae4e2bd546.tar.gz
drupal-authfas-6x-29df4b017c28fe2bd689e53abe3519ae4e2bd546.tar.xz
drupal-authfas-6x-29df4b017c28fe2bd689e53abe3519ae4e2bd546.zip
Remove non-working error handler
Diffstat (limited to 'authfas.module')
-rw-r--r--authfas.module3
1 files changed, 0 insertions, 3 deletions
diff --git a/authfas.module b/authfas.module
index 40577b2..8ba547d 100644
--- a/authfas.module
+++ b/authfas.module
@@ -144,9 +144,6 @@ function authfas_fas_login($username, $password, $url, $headers) {
// #curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
// #curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE);
$response = json_decode(curl_exec($ch), true);
- if (!$response) {
- drupal_set_message(t('No JSON response available, check AuthFAS settings.'), 'error');
- }
curl_close ($ch);
return $response;