alecpl
2008-06-12 ac6e28409fd69ad57865c0fa184f96e0df82b068
- http://pear.php.net/bugs/bug.php?id=14124


1 files modified
4 ■■■■ changed files
program/lib/MDB2.php 4 ●●●● patch | view | raw | blame | history
program/lib/MDB2.php
@@ -3008,9 +3008,9 @@
     */
    function _skipDelimitedStrings($query, $position, $p_position)
    {
        $ignores = $this->sql_comments;
        $ignores[] = $this->string_quoting;
        $ignores = $this->string_quoting;
        $ignores[] = $this->identifier_quoting;
        $ignores[] = $this->sql_comments;
        
        foreach ($ignores as $ignore) {
            if (!empty($ignore['start'])) {