You are here

function uc_ajax_cart_perm in Ubercart AJAX Cart 6.2

Same name and namespace in other branches
  1. 6 uc_ajax_cart.module \uc_ajax_cart_perm()

File

./uc_ajax_cart.module, line 16

Code

function uc_ajax_cart_perm() {
  return array(
    'show uncached cart',
    'use cart',
  );
}