This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "quickfw".
The branch, master has been updated
via fe12734cda0119707eb89e609e4f9c7fc51e3dcc (commit)
from 43cbd319ff3323a47030803cb70bb0255f7e9752 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit fe12734cda0119707eb89e609e4f9c7fc51e3dcc
Author: Ivan1986 <iva...@li...>
Date: Mon Apr 12 13:03:11 2010 +0400
Обработка форм в Curl - textarea и select
diff --git a/lib/Curl.php b/lib/Curl.php
index 45c219a..5a3d493 100644
--- a/lib/Curl.php
+++ b/lib/Curl.php
@@ -253,7 +253,7 @@ class CurlResponse
continue;
$forms[$k] = $this->parceTagParams($f[1]);
$fields = array();
- preg_match_all('|<input.*?>|si',$f[0],$m);
+ preg_match_all('#<(input|textarea|select).*?>#si',$f[0],$m);
foreach ($m[0] as $field)
{
$r = $this->parceTagParams($field);
-----------------------------------------------------------------------
Summary of changes:
lib/Curl.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
quickfw
|