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:
@ -173,7 +173,7 @@ abstract class DbDriver
|
||||
|
||||
public function quoteInto($text, $value)
|
||||
{
|
||||
$pos = strpos($text, '?');
|
||||
$pos = mb_strpos($text, '?');
|
||||
if ($pos === false) {
|
||||
return $text;
|
||||
}
|
||||
|
Reference in New Issue
Block a user