X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=sql%2FGenerateGroups.php;h=f8a5e5a01a3672c5d18882fc5c71db65c1bc3aba;hb=0555ce4f2b7a6051ab3d9bda8457d986ad712f84;hp=2e1e8d6187804db03be7f86e4ef184c4a781b290;hpb=fb16c9289310047ea3b244f4e3059dbc02cd6f24;p=civicrm-core.git diff --git a/sql/GenerateGroups.php b/sql/GenerateGroups.php index 2e1e8d6187..f8a5e5a01a 100644 --- a/sql/GenerateGroups.php +++ b/sql/GenerateGroups.php @@ -45,7 +45,7 @@ $config = CRM_Core_Config::singleton(); $prefix = 'Automated Generated Group: '; $query = "DELETE FROM civicrm_group where name like '%{$prefix}%'"; -CRM_Core_DAO::executeQuery($query, CRM_Core_DAO::$_nullArray); +CRM_Core_DAO::executeQuery($query); $numGroups = 100;