Compare commits

..

No commits in common. "stringescape" and "master" have entirely different histories.

View File

@ -228,7 +228,7 @@ class CRM_ConstituentsOnly_BAO_ConstituentsOnly {
"'{$cid}'", "'{$cid}'",
"'{$cid}'", "'{$cid}'",
"'{$prevCacheKey}'", "'{$prevCacheKey}'",
"'" . CRM_Core_DAO::escapeString($newRows[$cid]['sort_name']) . "')", "'" . $newRows[$cid]['sort_name'] . "')",
]; ];
CRM_Core_BAO_PrevNextCache::setItem($prevCache); CRM_Core_BAO_PrevNextCache::setItem($prevCache);
} }