removed some unused variables
This commit is contained in:
parent
3dfc180720
commit
56a6505294
@ -118,8 +118,6 @@ class MultiTableDeleteExecutor extends AbstractSqlExecutor
|
|||||||
*/
|
*/
|
||||||
public function execute(Connection $conn, array $params, array $types)
|
public function execute(Connection $conn, array $params, array $types)
|
||||||
{
|
{
|
||||||
$numDeleted = 0;
|
|
||||||
|
|
||||||
// Create temporary id table
|
// Create temporary id table
|
||||||
$conn->executeUpdate($this->_createTempTableSql);
|
$conn->executeUpdate($this->_createTempTableSql);
|
||||||
|
|
||||||
|
@ -163,8 +163,6 @@ class MultiTableUpdateExecutor extends AbstractSqlExecutor
|
|||||||
*/
|
*/
|
||||||
public function execute(Connection $conn, array $params, array $types)
|
public function execute(Connection $conn, array $params, array $types)
|
||||||
{
|
{
|
||||||
$numUpdated = 0;
|
|
||||||
|
|
||||||
// Create temporary id table
|
// Create temporary id table
|
||||||
$conn->executeUpdate($this->_createTempTableSql);
|
$conn->executeUpdate($this->_createTempTableSql);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user