Ignore:
Timestamp:
2013/08/26 12:42:34 (13 years ago)
Author:
kimoto
Message:

#2275 PEAR更新
不要なrequire_onceの削除
レガシーなPEARモジュールは使わない
SearchReplace?.phpのパスが間違っているので修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/module/HTTP/Request.php

    r21282 r23125  
    4141 * @copyright   2002-2007 Richard Heyes 
    4242 * @license     http://opensource.org/licenses/bsd-license.php New BSD License 
    43  * @version     CVS: $Id$ 
     43 * @version     CVS: $Id: Request.php,v 1.63 2008/10/11 11:07:10 avb Exp $ 
    4444 * @link        http://pear.php.net/package/HTTP_Request/ 
    4545 */ 
     
    560560        } 
    561561    } 
    562      
    563     function addPostDataArray($array, $preencoded = false) 
    564     { 
    565         foreach($array as $key => $val){ 
    566             $this->addPostData($key, $val, $preencoded); 
    567         } 
    568     }    
    569562 
    570563   /** 
Note: See TracChangeset for help on using the changeset viewer.