Changeset 138

Show
Ignore:
Timestamp:
08/18/10 12:07:33 (18 months ago)
Author:
gnum
Message:

fixed a typo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/api.php

    r87 r138  
    215215                $ch = curl_init($url); 
    216216                curl_setopt($ch, CURLOPT_TIMEOUT, 5); 
    217                 curl_setopt($ch, CURLOPT_CONNECTIONTIMEOUT, 5); 
     217                curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5); 
    218218                curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); 
    219219                $data = curl_exec($ch);