Changeset 3565:7b120898d2bd for inc/core/class.dc.blog.php
- Timestamp:
- 07/27/17 17:24:16 (8 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.blog.php
r3423 r3565 694 694 if (!$rs->isEmpty()) 695 695 { 696 if ($this->con->driver() == 'mysql' || $this->con->driver() == 'mysqli' ) {696 if ($this->con->driver() == 'mysql' || $this->con->driver() == 'mysqli' || $this->con->driver() == 'mysqlimb4') { 697 697 $clause = "REGEXP '^".$this->con->escape($url)."[0-9]+$'"; 698 698 } elseif ($this->con->driver() == 'pgsql') { … … 1939 1939 if (!$rs->isEmpty()) 1940 1940 { 1941 if ($this->con->driver() == 'mysql' || $this->con->driver() == 'mysqli' ) {1941 if ($this->con->driver() == 'mysql' || $this->con->driver() == 'mysqli' || $this->con->driver() == 'mysqlimb4') { 1942 1942 $clause = "REGEXP '^".$this->con->escape($url)."[0-9]+$'"; 1943 1943 } elseif ($this->con->driver() == 'pgsql') {
Note: See TracChangeset
for help on using the changeset viewer.