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