mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-24 20:17:58 +02: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:
@ -535,7 +535,8 @@ class log implements \phpbb\log\log_interface
|
||||
'ORDER_BY' => $sort_by,
|
||||
);
|
||||
|
||||
if($log_time){
|
||||
if($log_time)
|
||||
{
|
||||
$get_logs_sql_ary['WHERE'] = 'l.log_time >= ' . (int) $log_time . '
|
||||
AND ' . $get_logs_sql_ary['WHERE'];
|
||||
}
|
||||
|
Reference in New Issue
Block a user