aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/build_query.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-02-10 04:55:29 -0800
committerfriendica <info@friendica.com>2013-02-10 04:55:29 -0800
commit99c5f88963227a48544747e9dc8b13550b88c0f2 (patch)
tree115070a6941baf51a5388be67b312e499f800e2c /view/tpl/build_query.tpl
parent260a012b02c4941655e897735eeac09dadcf98c4 (diff)
downloadvolse-hubzilla-99c5f88963227a48544747e9dc8b13550b88c0f2.tar.gz
volse-hubzilla-99c5f88963227a48544747e9dc8b13550b88c0f2.tar.bz2
volse-hubzilla-99c5f88963227a48544747e9dc8b13550b88c0f2.zip
mod_display - no fun. Not working at all. But a bit of progress.
Diffstat (limited to 'view/tpl/build_query.tpl')
-rw-r--r--view/tpl/build_query.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/build_query.tpl b/view/tpl/build_query.tpl
index b7b0ac86c..f4795acb2 100644
--- a/view/tpl/build_query.tpl
+++ b/view/tpl/build_query.tpl
@@ -22,6 +22,7 @@
var bParam_cats = "$cats";
var bParam_dend = "$dend";
var bParam_dbegin = "$dbegin";
+ var bParam_uri = "$uri";
function buildCmd() {
var udargs = ((page_load) ? "/load" : "");
@@ -42,6 +43,7 @@
if(bParam_cats != "") bCmd = bCmd + "&cats=" + bParam_cats;
if(bParam_dend != "") bCmd = bCmd + "&dend=" + bParam_dend;
if(bParam_dbegin != "") bCmd = bCmd + "&dbegin=" + bParam_dbegin;
+ if(bParam_uri != "") bCmd = bCmd + "&uri=" + bParam_uri;
if(bParam_page != 1) bCmd = bCmd + "&page=" + bParam_page;
return(bCmd);
}