Index: tac_lite.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/tac_lite/tac_lite.module,v
retrieving revision 1.6.2.1
diff -u -r1.6.2.1 tac_lite.module
--- tac_lite.module	8 Dec 2007 14:55:21 -0000	1.6.2.1
+++ tac_lite.module	8 Dec 2007 15:44:46 -0000
@@ -297,6 +297,7 @@
  */
 function _tac_lite_user_tids(&$account) {
   $grants = array();
+  drupal_set_message("_tac_lite_user_tids, account->tac_lite is " . dpr($account->tac_lite, 1));
   if (count($account->tac_lite)) {
 	// $account->tac_lite is array.  Keys are vids, values are array of tids within that vocabulary, to which the user has access
 	foreach ($account->tac_lite as $tids) {
@@ -310,6 +311,7 @@
   foreach ($account->roles as $rid => $role_name) {
 	if (count($defaults[$rid])) {
 	  foreach ($defaults[$rid] as $tids) {
+        drupal_set_message("_tac_lite_user_tids, defaults for role $rid is " . dpr($tids, 1));
 		if (count($tids))
 		  $grants = array_merge($grants, $tids);
 	  }
