Ignore:
Timestamp:
Mar 16, 2015 5:23:29 PM (10 years ago)
Author:
dungnv
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/www/deploy/20150304/application/libraries/vservices.php

    r780 r782  
    3333                $this->_curlObj->option(CURLOPT_BUFFERSIZE, 10);
    3434                $this->_curlObj->options(array(CURLOPT_BUFFERSIZE => 10));
    35                 $post =  $this->_userId ? array('userid' => $this->_userId) : array();
     35                $post =  $this->_userId ? array('userid' => $this->_userId) : array();
    3636                $this->_curlObj->post($post);
    3737                return $this->_curlObj->execute();
Note: See TracChangeset for help on using the changeset viewer.