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