From 17a4366a9f68f45e1d05096af4adc94f489183e9 Mon Sep 17 00:00:00 2001 From: Ciro Mattia Gonano Date: Fri, 1 Mar 2013 12:54:27 +0100 Subject: Tagging 3.2.1 --- framework/Web/THttpRequest.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'framework/Web/THttpRequest.php') diff --git a/framework/Web/THttpRequest.php b/framework/Web/THttpRequest.php index 8e58d304..7752d54d 100644 --- a/framework/Web/THttpRequest.php +++ b/framework/Web/THttpRequest.php @@ -6,7 +6,7 @@ * @link http://www.pradosoft.com/ * @copyright Copyright © 2005-2013 PradoSoft * @license http://www.pradosoft.com/license/ - * @version $Id$ + * @version $Id: THttpRequest.php 3253 2013-01-16 08:57:12Z ctrlaltca $ * @package System.Web */ @@ -64,7 +64,7 @@ Prado::using('System.Web.TUrlManager'); * request module. It can be accessed via {@link TApplication::getRequest()}. * * @author Qiang Xue - * @version $Id$ + * @version $Id: THttpRequest.php 3253 2013-01-16 08:57:12Z ctrlaltca $ * @package System.Web * @since 3.0 */ @@ -893,7 +893,7 @@ class THttpRequest extends TApplicationComponent implements IteratorAggregate,Ar * * * @author Qiang Xue - * @version $Id$ + * @version $Id: THttpRequest.php 3253 2013-01-16 08:57:12Z ctrlaltca $ * @package System.Web * @since 3.0 */ @@ -981,7 +981,7 @@ class THttpCookieCollection extends TList * domain, path, expire, and secure. * * @author Qiang Xue - * @version $Id$ + * @version $Id: THttpRequest.php 3253 2013-01-16 08:57:12Z ctrlaltca $ * @package System.Web * @since 3.0 */ @@ -1156,7 +1156,7 @@ class THttpCookie extends TComponent * - fragment: anchor * * @author Qiang Xue - * @version $Id$ + * @version $Id: THttpRequest.php 3253 2013-01-16 08:57:12Z ctrlaltca $ * @package System.Web * @since 3.0 */ @@ -1323,7 +1323,7 @@ class TUri extends TComponent * - HiddenPath: the URL format is like /path/to/name1,value1/name2,value2... * * @author Qiang Xue - * @version $Id$ + * @version $Id: THttpRequest.php 3253 2013-01-16 08:57:12Z ctrlaltca $ * @package System.Web * @since 3.0.4 */ -- cgit v1.2.3