coding standard: no spaces inside braces
This commit is contained in:
@@ -56,7 +56,7 @@ if (! empty($sql_query)) {
|
||||
$wheres[] = $analyzed_sql[0]['where_clause'];
|
||||
}
|
||||
|
||||
if (count($wheres) > 0 ) {
|
||||
if (count($wheres) > 0) {
|
||||
$sql_query .= ' WHERE (' . implode(') AND (', $wheres) . ')';
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user