aboutsummaryrefslogtreecommitdiff
path: root/pages
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2011-11-23 11:09:42 -0500
committercash <cash.costello@gmail.com>2011-11-28 21:44:01 -0500
commit09947a95e3fbd60d72203b487239ad305d2a529a (patch)
tree957903913bfc608b88b33796caafc8b6220ce777 /pages
parent9869016d603b95267bc6600d9f6a781c89238fda (diff)
downloadelgg-09947a95e3fbd60d72203b487239ad305d2a529a.tar.gz
elgg-09947a95e3fbd60d72203b487239ad305d2a529a.tar.bz2
Refs #4143 adds a unit test for type/subtype where sql generation
Diffstat (limited to 'pages')
-rw-r--r--pages/river.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/pages/river.php b/pages/river.php
index 5770084ab..601faf16f 100644
--- a/pages/river.php
+++ b/pages/river.php
@@ -7,7 +7,6 @@ $options = array();
$page_type = preg_replace('[\W]', '', get_input('page_type', 'all'));
$type = preg_replace('[\W]', '', get_input('type', 'all'));
-$active_section =
$subtype = preg_replace('[\W]', '', get_input('subtype', ''));
if ($subtype) {
$selector = "type=$type&subtype=$subtype";