You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-08-07 17:42:53 +03:00
composer format time
This commit is contained in:
@@ -1911,7 +1911,6 @@ function db_in_clause($field, array $values) {
|
|||||||
* This also means you'll need to set a (dummy) condition for NULL and NOTNULL.
|
* This also means you'll need to set a (dummy) condition for NULL and NOTNULL.
|
||||||
*/
|
*/
|
||||||
function db_where_clause(array $condition, array $struct, $additional_raw_where = '', array $searchmode = array()) {
|
function db_where_clause(array $condition, array $struct, $additional_raw_where = '', array $searchmode = array()) {
|
||||||
|
|
||||||
if (count($condition) == 0 && trim($additional_raw_where) == '') {
|
if (count($condition) == 0 && trim($additional_raw_where) == '') {
|
||||||
throw new Exception("db_where_cond: parameter is an empty array!");
|
throw new Exception("db_where_cond: parameter is an empty array!");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user