function notifications_load_user in Notifications 5
Same name and namespace in other branches
- 6.4 notifications.module \notifications_load_user()
- 6 notifications.cron.inc \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 627 
Code
function notifications_load_user($uid) {
  return messaging_load_user($uid);
}