function notifications_load_user in Notifications 6
Same name and namespace in other branches
- 5 notifications.cron.inc \notifications_load_user()
- 6.4 notifications.module \notifications_load_user()
- 6.2 notifications.cron.inc \notifications_load_user()
- 6.3 notifications.cron.inc \notifications_load_user()
Get users with static caching
2 calls to notifications_load_user()
- notifications_process_rows in ./notifications.cron.inc 
- Process rows given query conditions
- notifications_process_send in ./notifications.cron.inc 
- Message delivery.
File
- ./notifications.cron.inc, line 508 
Code
function notifications_load_user($uid) {
  return messaging_load_user($uid);
}