Changeset 1991 in subversion
- Timestamp:
- Oct 18, 2008 5:17:36 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/lib/MDB2.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/lib/MDB2.php
r1515 r1991 2916 2916 $positions = array(); 2917 2917 $position = 0; 2918 $ignores = $this->sql_comments; 2919 $ignores[] = $this->string_quoting; 2918 $ignores = $this->string_quoting; 2920 2919 $ignores[] = $this->identifier_quoting; 2920 $ignores[] = $this->sql_comments; 2921 2921 while ($position < strlen($query)) { 2922 2922 $q_position = strpos($query, $question, $position); … … 3149 3149 { 3150 3150 return sprintf($this->options['seqname_format'], 3151 preg_replace('/[^a-z0-9_\ $.]/i', '_', $sqn));3151 preg_replace('/[^a-z0-9_\-\$.]/i', '_', $sqn)); 3152 3152 } 3153 3153
Note: See TracChangeset
for help on using the changeset viewer.
