? civinode-missing-function-devolved.patch
Index: civinode_utils.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/civinode/civinode_utils.inc,v
retrieving revision 1.31
diff -u -r1.31 civinode_utils.inc
--- civinode_utils.inc	1 Feb 2007 06:42:56 -0000	1.31
+++ civinode_utils.inc	13 Feb 2007 04:53:45 -0000
@@ -1,5 +1,5 @@
 <?php
-  // $Id: civinode_utils.inc,v 1.31 2007/02/01 06:42:56 torenware Exp $
+  // $Id: civinode_utils.inc,v 1.27 2006/06/21 23:49:16 torenware Exp $
   /**
    *
    * CiviNode Utility Functions
@@ -615,6 +615,18 @@
   return $groups;
 }
 
+/**
+ * Groups for this user
+ *
+ * @param string $op
+ * @return array
+ */
+function civinode_get_current_target_groups($op = 'view') {
+  civinode_check_init();
+  $group_list = civinode_get_groups();
+  return array_keys($group_list);
+}
+
 
 /**
  * Determines if a CRM group contains a contact.
