diff options
author | Christian Klinger | 2016-07-13 12:44:18 +0200 |
---|---|---|
committer | Christian Klinger | 2016-07-13 12:44:18 +0200 |
commit | 748d19d75974c380def63706a142a315c840f732 (patch) | |
tree | db5b39a66343c48198300e1ffc426e1a2c8cb364 /modules-available/statistics | |
parent | Merge branch 'modularization' of git.openslx.org:openslx-ng/slx-admin into mo... (diff) | |
download | slx-admin-748d19d75974c380def63706a142a315c840f732.tar.gz slx-admin-748d19d75974c380def63706a142a315c840f732.tar.xz slx-admin-748d19d75974c380def63706a142a315c840f732.zip |
forgot to remove debug die().
Diffstat (limited to 'modules-available/statistics')
-rw-r--r-- | modules-available/statistics/page.inc.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules-available/statistics/page.inc.php b/modules-available/statistics/page.inc.php index d60e39f1..58239dad 100644 --- a/modules-available/statistics/page.inc.php +++ b/modules-available/statistics/page.inc.php @@ -435,7 +435,6 @@ class Page_Statistics extends Page $sort = " ORDER BY $sortColumn $sortDirection"; } } else { - die('no sort'); $sort = ""; } |