? 215927-improve-exposed-form-in-block.patch ? 696402-context-node-form.patch ? 713526-panels-stacked-tpl-conditions.patch ? 718368-ignore-query-string.patch ? 812744-query-string-still-there.patch ? 827310-hide-disabled-comments.patch ? 831922-ctools-wizard-ahah-patch-2.patch ? 848580-wysiwyg-works.patch ? 853368-field-override-broken.patch ? 856050-field-token-docs.patch ? 865428-post-comment.patch ? 867898-clone-edited-item.patch ? 868410-ie-opacity-fix.patch ? 870820.patch ? 872072-customize-modal-rerolled_1.patch ? 872072-customize-modal.patch ? 873216-broken-stylizer-borders.patch ? 876988-stop-rendering-during-editing.patch ? 891682-ctools-modal-default-title.patch ? 894040-show-cancel-too-much.patch ? 900570-no-such-thing-as-expand.patch ? TODO.txt ? auto-guess-type-ajax-element.patch ? comment_links_8.patch ? ctools-853114-docs.patch ? ctools-862320.patch ? ctools-ajax-redirect-with-delayed-optional-check-for-positive-delay.patch ? ctools-ajax-responder.js-imce-compat.patch ? ctools-custom_content.patch ? ctools-no-base-types-1.patch ? ctools-object-cache.inc-session-handling_0.patch ? ctools_ahah_callback_rebuilds_831922.patch ? ctools_export_ui_title_singular.patch ? ctools_node_build_modes_views_style_0.patch ? export_ui_revert_path.patch ? field-token-docs-custom.patch ? field-token-docs-list1.patch ? field-token-docs-list2.patch ? flexible_css_1.patch ? panels-display-suite-stuff.txt ? views-dimensions.js_.patch ? help/stylizer.html Index: plugins/access/term.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/ctools/plugins/access/term.inc,v retrieving revision 1.1.2.4 diff -u -p -r1.1.2.4 term.inc --- plugins/access/term.inc 13 Nov 2009 00:44:16 -0000 1.1.2.4 +++ plugins/access/term.inc 8 Sep 2010 23:20:14 -0000 @@ -112,7 +112,7 @@ function ctools_term_ctools_access_check $return = FALSE; // Tags get saved as an imploded array of strings. if (!is_array($terms)) { - $terms = expand(', ', $terms); + $terms = explode(', ', $terms); // For multi-term with names, we'll only accept the first term because // that is the name we have. return in_array($context->data->name, $terms);