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 c83e6c80852b7b5959c0a490da165e1859a9ef33 (commit)
from 1466ce468b54cfcf8fedb7b09541012d96707c53 (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 c83e6c80852b7b5959c0a490da165e1859a9ef33
Author: Ivan Borzenkov <iva...@li...>
Date: Wed Oct 6 02:24:03 2010 +0400
По умолчанию юзаем функцию из php 5.3
diff --git a/QFW/QuickFW/Router.php b/QFW/QuickFW/Router.php
index 7865a9f..94e132f 100644
--- a/QFW/QuickFW/Router.php
+++ b/QFW/QuickFW/Router.php
@@ -154,7 +154,7 @@ class QuickFW_Router
$MCA = $this->loadMCA($data,'Block');
// Если вы все еще сидите на PHP 5.2 то раскомментируйте старый вариант
$MCA['Params'] = empty($patt[4]) ? array() :
- $this->parseScobParams($patt[4]); // str_getcsv($patt[4],',',"'",'\\');
+ $this->str_getcsv($patt[4],',',"'",'\\'); // parseScobParams($patt[4]);
}
else
{
-----------------------------------------------------------------------
Summary of changes:
QFW/QuickFW/Router.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
quickfw
|