separate tags by ','

remove tabs
master
vitalif 2009-12-06 22:18:57 +00:00
parent 9a0bb4b0c9
commit 16e7a36c34
1 changed files with 37 additions and 37 deletions

View File

@ -32,7 +32,7 @@ $which = $sharing;
if(isset($_GET['which']))
{
$which = ($sharing == "all") ? $_GET['which'] : "$sharing " . $_GET['which'];
$which = ($sharing == "all") ? $_GET['which'] : "$sharing, " . $_GET['which'];
$extratitle = " items tagged " . $_GET['which'];
}