@@ 1436-1440 (lines=5) @@ | ||
1433 | if ( $this->getID() ) { |
|
1434 | ||
1435 | $firstKey = NULL; |
|
1436 | if ( count( $this->withParams ) > 0 ) { |
|
1437 | reset( $this->withParams ); |
|
1438 | ||
1439 | $firstKey = key( $this->withParams ); |
|
1440 | } |
|
1441 | ||
1442 | $joinSql = $this->parseJoin( $type ); |
|
1443 | ||
@@ 2773-2776 (lines=4) @@ | ||
2770 | if ( $this->getID() ) { |
|
2771 | ||
2772 | $firstKey = NULL; |
|
2773 | if ( count( $this->withParams ) > 0 ) { |
|
2774 | reset( $this->withParams ); |
|
2775 | $firstKey = key( $this->withParams ); |
|
2776 | } |
|
2777 | ||
2778 | $joinSql = $this->parseJoin( $type ); |
|
2779 |