Changeset ac6e284 in github
- Timestamp:
- Jun 12, 2008 8:45:14 AM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 60881e5
- Parents:
- c060677
- File:
-
- 1 edited
-
program/lib/MDB2.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/lib/MDB2.php
rd1403fd rac6e284 3009 3009 function _skipDelimitedStrings($query, $position, $p_position) 3010 3010 { 3011 $ignores = $this->sql_comments; 3012 $ignores[] = $this->string_quoting; 3011 $ignores = $this->string_quoting; 3013 3012 $ignores[] = $this->identifier_quoting; 3013 $ignores[] = $this->sql_comments; 3014 3014 3015 3015 foreach ($ignores as $ignore) {
Note: See TracChangeset
for help on using the changeset viewer.
