Warnings fixed
This commit is contained in:
parent
c25c3b5981
commit
3e797547a3
17 changed files with 55 additions and 45 deletions
|
|
@ -699,9 +699,7 @@ function networkThreadedView(App $a, $update, $parent)
|
|||
$order_mode = 'commented';
|
||||
}
|
||||
|
||||
if ($sql_order == '') {
|
||||
$sql_order = "$sql_table.$ordering";
|
||||
}
|
||||
$sql_order = "$sql_table.$ordering";
|
||||
|
||||
if (x($_GET, 'offset')) {
|
||||
$sql_range = sprintf(" AND $sql_order <= '%s'", dbesc($_GET['offset']));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue