| Project: | Ubercart Contributions |
| Component: | Code |
| Category: | |
| Priority: | minor |
| Assigned: | cosmo83@drupal.org |
| Status: | active |
Jump to:
Description
Project:
Ubercart Patch Here
--- uc_cart_links/uc_cart_links.module 2007-10-19 18:18:11 +0000
+++ uc_cart_links/uc_cart_links.module 2007-10-24 13:24:21 +0000
@@ -71,7 +71,7 @@
$cart_link .= '_o'. $option .'a'. $attribute;
}
}
- drupal_set_message(t('Cart link product action: !cart_link', array('!cart_link' => $cart_link)));
+ //drupal_set_message(t('Cart link product action: !cart_link', array('!cart_link' => $cart_link)));
}
}



