diff options
author | Steve Clay <steve@mrclay.org> | 2013-02-04 20:59:06 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2013-02-09 08:14:23 -0500 |
commit | 269d3621531a80b13221a2f6e663efe2ad20ccaa (patch) | |
tree | 68f69ccace8be00d579d96f02d77c93f196e53a0 /engine/lib/input.php | |
parent | 78e0ec583619cbb728cbe03df857c8219acaac7e (diff) | |
download | elgg-269d3621531a80b13221a2f6e663efe2ad20ccaa.tar.gz elgg-269d3621531a80b13221a2f6e663efe2ad20ccaa.tar.bz2 |
remove unused code: vars, foreach keys, etc
Diffstat (limited to 'engine/lib/input.php')
-rw-r--r-- | engine/lib/input.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engine/lib/input.php b/engine/lib/input.php index 2d71fb77e..bbb9ff94d 100644 --- a/engine/lib/input.php +++ b/engine/lib/input.php @@ -266,10 +266,8 @@ function input_livesearch_page_handler($page) { } if (get_input('match_owner', false)) { - $owner_guid = $user->getGUID(); $owner_where = 'AND e.owner_guid = ' . $user->getGUID(); } else { - $owner_guid = null; $owner_where = ''; } |