aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/system_log.php
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-29 17:25:13 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-29 17:25:13 +0000
commit8ee1df0536c0235eba505525a4127bcfb18325fc (patch)
tree0be5cd124e8541dc722949de6e410098746d3d86 /engine/lib/system_log.php
parentb82487ea0a4600f873074b16dbccf7ba6c8a6354 (diff)
downloadelgg-8ee1df0536c0235eba505525a4127bcfb18325fc.tar.gz
elgg-8ee1df0536c0235eba505525a4127bcfb18325fc.tar.bz2
git-svn-id: https://code.elgg.org/elgg/trunk@1585 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/system_log.php')
-rw-r--r--engine/lib/system_log.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/system_log.php b/engine/lib/system_log.php
index 458c9da93..de80f09d5 100644
--- a/engine/lib/system_log.php
+++ b/engine/lib/system_log.php
@@ -100,7 +100,7 @@
$query .= " order by time_created desc";
$query .= " limit $offset, $limit"; // Add order and limit
}
-
+
if ($count)
{
if ($numrows = get_data_row($query))