mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixed bug #2062
This commit is contained in:
parent
2e51480f58
commit
f894656d87
@ -169,7 +169,7 @@ if (!empty($tag_with)) {
|
|||||||
foreach ($tag_with as $id_tag) {
|
foreach ($tag_with as $id_tag) {
|
||||||
if ($first) $first = false;
|
if ($first) $first = false;
|
||||||
else $sql_post .= " OR ";
|
else $sql_post .= " OR ";
|
||||||
$sql_post .= "tags = '" . tags_get_name($id_tag) . "'";
|
$sql_post .= "tags LIKE ('%" . tags_get_name($id_tag) . "%')";
|
||||||
}
|
}
|
||||||
$sql_post .= ' ) ';
|
$sql_post .= ' ) ';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user