Skip to content

Commit ba706c9

Browse files
committed
update
1 parent 2c9087d commit ba706c9

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

lib/ezFunctions.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -292,11 +292,7 @@ function notBetween($x, $y, $y2, ...$args)
292292
\array_push($expression, $x, \_notBETWEEN, $y, $y2, ...$args);
293293
return $expression;
294294
}
295-
296-
function setQuery($ezSQL = null) {
297-
\setQuery($ezSQL);
298-
}
299-
295+
300296
/**
301297
* Using global class instances, setup functions to call class methods directly.
302298
*

tests/ezSchemaTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ public function testVendor_Pdo()
9999
$pdo_mysql->connect();
100100
$this->assertEquals(MYSQLI, getVendor());
101101
}
102-
}
102+
}

0 commit comments

Comments
 (0)