diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-02-10 11:40:07 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-02-10 11:40:07 +0000 |
commit | 834b3aedb86bf5a7f76e01646201c495a9da8faf (patch) | |
tree | 6f5d653373335e2ef3a066b3d0c1530cbde58e72 /watchlist.php | |
parent | f39821d848d9b788d5591fdd33dfddcc2fb9a652 (diff) | |
download | semanticscuttle-834b3aedb86bf5a7f76e01646201c495a9da8faf.tar.gz semanticscuttle-834b3aedb86bf5a7f76e01646201c495a9da8faf.tar.bz2 |
Minor fix: translations, improve watchlist, improve search behaviour...
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@266 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'watchlist.php')
-rw-r--r-- | watchlist.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/watchlist.php b/watchlist.php index 2cdb5ff..a64315f 100644 --- a/watchlist.php +++ b/watchlist.php @@ -107,6 +107,7 @@ if ($user) { } $tplVars['pagetitle'] = $title; $tplVars['subtitle'] = $title; + $tplVars['range'] = 'watchlist'; $tplVars['rsschannels'] = array( array(filter($sitename .': '. $title), createURL('rss', 'watchlist/'. filter($user, 'url'))) |