Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
hubzilla
core
Commits
50422c60
Commit
50422c60
authored
Nov 21, 2020
by
Mario
Browse files
fix
#1492
parent
7639157a
Pipeline
#365029
passed with stage
in 2 minutes and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
include/socgraph.php
View file @
50422c60
...
...
@@ -271,6 +271,7 @@ function suggestion_query($uid, $myxchan, $start = 0, $limit = 80) {
and xchan_hidden = 0
and xchan_deleted = 0
and xlink_static = 0
and xchan_network = 'zot6'
group by xchan_hash order by total desc limit %d offset %d "
,
intval
(
$uid
),
intval
(
$uid
),
...
...
@@ -290,6 +291,7 @@ function suggestion_query($uid, $myxchan, $start = 0, $limit = 80) {
and xchan_hidden = 0
and xchan_deleted = 0
and xlink_static = 0
and xchan_network = 'zot6'
group by xchan_hash order by total desc limit %d offset %d "
,
intval
(
$uid
),
intval
(
$uid
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment