function uc_wishlist_cron in UC Wish List 7
Same name and namespace in other branches
- 6 uc_wishlist.module \uc_wishlist_cron()
Implements hook_cron().
File
- ./
uc_wishlist.module, line 151 - Allows users to create public shopping/wish lists.
Code
function uc_wishlist_cron() {
// TODO: Add clean up of anonymous wish lists.
}