diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-29 16:29:20 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-29 16:29:20 +0000 |
commit | 53cfda0da7bb372d5920c8e84eab3998b88558f4 (patch) | |
tree | 97210ca526785b6bb64444b33477d047a85876d7 /engine/lib | |
parent | 7aee7f5f41387b9d6d3aa9c168e6d50430a67226 (diff) | |
download | elgg-53cfda0da7bb372d5920c8e84eab3998b88558f4.tar.gz elgg-53cfda0da7bb372d5920c8e84eab3998b88558f4.tar.bz2 |
Typo
git-svn-id: https://code.elgg.org/elgg/trunk@1577 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib')
-rw-r--r-- | engine/lib/system_log.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/system_log.php b/engine/lib/system_log.php index ad1616d6a..83a7406aa 100644 --- a/engine/lib/system_log.php +++ b/engine/lib/system_log.php @@ -91,7 +91,7 @@ $select = "*"; if ($count) $select = "count(*)"; - $query = "SELECT $select; from {$CONFIG->dbprefix}system_log where 1 "; + $query = "SELECT $select from {$CONFIG->dbprefix}system_log where 1 "; foreach ($where as $w) $query .= " and $w"; |