You are here

function uc_ajax_cart_permission in Ubercart AJAX Cart 7.2

@todo Please document this function.

See also

http://drupal.org/node/1354

File

./uc_ajax_cart.module, line 24

Code

function uc_ajax_cart_permission() {
  return array(
    'show uncached cart' => array(
      'title' => t('show uncached cart'),
      'description' => t('TODO Add a description for \'show uncached cart\''),
    ),
    'use cart' => array(
      'title' => t('use cart'),
      'description' => t('TODO Add a description for \'use cart\''),
    ),
  );
}