Ignore:
Timestamp:
2006/11/13 15:08:08 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk/data/module
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/module/Net/Socket.php

    r8273 r8275  
    106106        } 
    107107 
    108         sfprintr($addr); 
    109108        if (!$addr) { 
    110109            return $this->raiseError('$addr cannot be empty'); 
  • temp/trunk/data/module/Request.php

    r8274 r8275  
    676676        } 
    677677        PEAR::isError($err) or $err = $this->_sock->write($this->_buildRequest()); 
     678         
     679        sfprintr($host); 
    678680 
    679681        if (!PEAR::isError($err)) { 
Note: See TracChangeset for help on using the changeset viewer.