X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=sql%2FGenerateGroups.php;h=f8a5e5a01a3672c5d18882fc5c71db65c1bc3aba;hb=15b3f8620f689a2eab5cf3c462aa9b286af04582;hp=2e1e8d6187804db03be7f86e4ef184c4a781b290;hpb=7570d9c034276aab968b2e844550f0b1456889e0;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;