mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/13661] Brackets in their own line
I didn't even notice that I used my own coding guidelines there... Thanks to MGaetan89 for pointing it out. PHPBB3-13661
This commit is contained in:
parent
c7cc8a098e
commit
134a5e0391
1 changed files with 2 additions and 1 deletions
|
@ -535,7 +535,8 @@ class log implements \phpbb\log\log_interface
|
||||||
'ORDER_BY' => $sort_by,
|
'ORDER_BY' => $sort_by,
|
||||||
);
|
);
|
||||||
|
|
||||||
if($log_time){
|
if($log_time)
|
||||||
|
{
|
||||||
$get_logs_sql_ary['WHERE'] = 'l.log_time >= ' . (int) $log_time . '
|
$get_logs_sql_ary['WHERE'] = 'l.log_time >= ' . (int) $log_time . '
|
||||||
AND ' . $get_logs_sql_ary['WHERE'];
|
AND ' . $get_logs_sql_ary['WHERE'];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue