Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
11e6b6a9
Commit
11e6b6a9
authored
Oct 11, 2017
by
Robert Lyon
Committed by
Gerrit Code Review
Oct 11, 2017
Browse files
Merge "Bug 1722116: Show the page selector for institution content report"
parents
df92a1ff
04fce3b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/statistics.php
View file @
11e6b6a9
...
...
@@ -1518,7 +1518,6 @@ function institution_user_stats_table($limit, $offset, &$institutiondata, $extra
'count'
=>
$count
,
'limit'
=>
$limit
,
'offset'
=>
$offset
,
'extradata'
=>
array
(
'institution'
=>
$institutiondata
[
'name'
]),
'setlimit'
=>
true
,
'extradata'
=>
$extra
,
));
...
...
@@ -2732,6 +2731,7 @@ function institution_content_stats_table($limit, $offset, &$institutiondata, $ex
'limit'
=>
$limit
,
'offset'
=>
$offset
,
'extradata'
=>
$extra
,
'setlimit'
=>
true
,
));
$result
=
array
(
...
...
Write
Preview
Markdown
is supported
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