thomascube
2008-07-25 6d5dbae53cd4b4b97da0b0c558292a7f1062a524
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'])) {