Changeset effc35f in github
- Timestamp:
- Oct 22, 2008 3:40:04 AM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- fe7618f
- Parents:
- c2de4d0
- File:
-
- 1 edited
-
program/lib/MDB2.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/lib/MDB2.php
r1ad39ef reffc35f 3026 3026 } 3027 3027 } 3028 } while ($ignore['escape'] && $query[($end_quote - 1)] == $ignore['escape'] && $end_quote-1 != $start_quote); 3028 } while ($ignore['escape'] 3029 && $end_quote-1 != $start_quote 3030 && $query[($end_quote - 1)] == $ignore['escape'] 3031 && ($ignore['escape_pattern'] !== $ignore['escape'] 3032 || $query[($end_quote - 2)] != $ignore['escape'])); 3029 3033 $position = $end_quote + 1; 3030 3034 return $position;
Note: See TracChangeset
for help on using the changeset viewer.
