Administrator
/
new_rukzachok-1
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
01b07509d4e57f5c4a99d5943195e55010dc9899
Authored by
Alex Savenko
2017-01-09 02:40:56 +0200
1 parent
9c05b430
ga
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
backend/views/report/index.php
Inline
Side-by-side
backend/views/report/index.php
Wrap text
Show/Hide comments
View file @
01b0750
...
...
@@ -109,7 +109,7 @@ function printResults($reports) {
109
109
}
110
110
}
111
111
112
-
private
function printDataTable(&$results) {
112
+
function printDataTable(&$results) {
113
113
if (count($results->getRows()) > 0) {
114
114
$table .= '<table>';
115
115
...
...