Skip to content

Commit 3affcc1

Browse files
authored
Update BaseBuilder.php
1 parent 8ed37c1 commit 3affcc1

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

system/Database/BaseBuilder.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1994,11 +1994,6 @@ protected function _replace(string $table, array $keys, array $values): string
19941994
*/
19951995
protected function _fromTables(): string
19961996
{
1997-
if ( ! empty($this->QBJoin) && count($this->QBFrom) > 1)
1998-
{
1999-
return '('.implode(', ', $this->QBFrom).')';
2000-
}
2001-
20021997
return implode(', ', $this->QBFrom);
20031998
}
20041999

0 commit comments

Comments
 (0)