use single quotes in sql
This commit is contained in:
@@ -73,7 +73,7 @@ class GroupTagCloudSection extends TagCloudSection
|
|||||||
$quoted = array();
|
$quoted = array();
|
||||||
|
|
||||||
foreach ($names as $name) {
|
foreach ($names as $name) {
|
||||||
$quoted[] = "\"$name\"";
|
$quoted[] = "'$name'";
|
||||||
}
|
}
|
||||||
|
|
||||||
$namestring = implode(',', $quoted);
|
$namestring = implode(',', $quoted);
|
||||||
|
Reference in New Issue
Block a user