ip storing in session, #13

git-svn-id: svn+ssh://code.netmonsters.ru/svn/majestic/branches/evo@147 4cb57b5f-5bbd-dd11-951b-001d605cbbc5
This commit is contained in:
pzinovkin
2010-05-20 07:59:57 +00:00
parent 5e9b5abc95
commit 117943f524
3 changed files with 21 additions and 13 deletions

View File

@ -173,7 +173,7 @@ abstract class DbDriver
public function quoteInto($text, $value)
{
$pos = strpos($text, '?');
$pos = mb_strpos($text, '?');
if ($pos === false) {
return $text;
}