Changeset ac6e284 in github


Ignore:
Timestamp:
Jun 12, 2008 8:45:14 AM (5 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
60881e5
Parents:
c060677
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/lib/MDB2.php

    rd1403fd rac6e284  
    30093009    function _skipDelimitedStrings($query, $position, $p_position) 
    30103010    { 
    3011         $ignores = $this->sql_comments; 
    3012         $ignores[] = $this->string_quoting; 
     3011        $ignores = $this->string_quoting; 
    30133012        $ignores[] = $this->identifier_quoting; 
     3013        $ignores[] = $this->sql_comments; 
    30143014         
    30153015        foreach ($ignores as $ignore) { 
Note: See TracChangeset for help on using the changeset viewer.