diff options
author | Michael Johnston <michaelgeorgejohnston@gmail.com> | 2013-09-03 23:58:46 -0400 |
---|---|---|
committer | Michael Johnston <michaelgeorgejohnston@gmail.com> | 2013-09-06 21:53:22 -0400 |
commit | ba980e2c1f3d673ab07e6c3ac1c3657294f95708 (patch) | |
tree | ddf22628ab69b094febe81d23734ebadf3a6ce62 /view/tpl/build_query.tpl | |
parent | d194ee091af0ee15c7f63def7e8c07ee29e38f39 (diff) | |
download | volse-hubzilla-ba980e2c1f3d673ab07e6c3ac1c3657294f95708.tar.gz volse-hubzilla-ba980e2c1f3d673ab07e6c3ac1c3657294f95708.tar.bz2 volse-hubzilla-ba980e2c1f3d673ab07e6c3ac1c3657294f95708.zip |
filter by category fixes
Diffstat (limited to 'view/tpl/build_query.tpl')
-rwxr-xr-x | view/tpl/build_query.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/build_query.tpl b/view/tpl/build_query.tpl index e5bf3acce..53a8c0f6b 100755 --- a/view/tpl/build_query.tpl +++ b/view/tpl/build_query.tpl @@ -41,7 +41,7 @@ if(bParam_search != "") bCmd = bCmd + "&search=" + bParam_search; if(bParam_order != "") bCmd = bCmd + "&order=" + bParam_order; if(bParam_file != "") bCmd = bCmd + "&file=" + bParam_file; - if(bParam_cats != "") bCmd = bCmd + "&cats=" + bParam_cats; + if(bParam_cats != "") bCmd = bCmd + "&cat=" + bParam_cats; if(bParam_dend != "") bCmd = bCmd + "&dend=" + bParam_dend; if(bParam_dbegin != "") bCmd = bCmd + "&dbegin=" + bParam_dbegin; if(bParam_mid != "") bCmd = bCmd + "&mid=" + bParam_mid; |