Changeset 23125 for branches/version-2_13-dev/data/module/HTTP/Request.php
- Timestamp:
- 2013/08/26 12:42:34 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/module/HTTP/Request.php
r21282 r23125 41 41 * @copyright 2002-2007 Richard Heyes 42 42 * @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 $ 44 44 * @link http://pear.php.net/package/HTTP_Request/ 45 45 */ … … 560 560 } 561 561 } 562 563 function addPostDataArray($array, $preencoded = false)564 {565 foreach($array as $key => $val){566 $this->addPostData($key, $val, $preencoded);567 }568 }569 562 570 563 /**
Note: See TracChangeset
for help on using the changeset viewer.
