Index: core/kernel/db/dblist.php IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- core/kernel/db/dblist.php (revision 16027) +++ core/kernel/db/dblist.php (revision ) @@ -1658,7 +1658,7 @@ */ private function parseJoins() { - if ( !preg_match_all('/LEFT\s+JOIN\s+(.*?|.*?\s+AS\s+.*?|.*?\s+.*?)\s+ON\s+(.*?\n|.*?$)/i', $this->sql, $regs) ) { + if ( !preg_match_all('/LEFT\s+JOIN\s+(.*?|.*?\s+AS\s+.*?|.*?\s+.*?)\s+ON\s+(.*?\n|.*?$)/si', $this->sql, $regs) ) { $this->joins = Array (); } @@ -1763,4 +1763,4 @@ { return preg_match('/(`' . $escaped_alias . '`|' . $escaped_alias . ')\./', $string); } -} \ No newline at end of file +}