Fix setting mass tags space
This commit is contained in:
parent
b9d0790834
commit
4fd150c79d
|
@ -27,7 +27,7 @@ if(isset($_GET["t"]) and is_array($_GET["t"])){
|
||||||
//echo($_GET["t"][$pic] . "\n<br/>");
|
//echo($_GET["t"][$pic] . "\n<br/>");
|
||||||
$new_tags = $_GET["t"][$pic];
|
$new_tags = $_GET["t"][$pic];
|
||||||
if($_GET["chk"][$pic] == "on" or !isset($_GET["chk"])){
|
if($_GET["chk"][$pic] == "on" or !isset($_GET["chk"])){
|
||||||
$new_tags .= $_GET["mass"];
|
$new_tags .= " " . $_GET["mass"];
|
||||||
}
|
}
|
||||||
|
|
||||||
$output = "";
|
$output = "";
|
||||||
|
|
Loading…
Reference in New Issue