reset password
Author Message
katiatkn
Posts: 16
Posted 21:58 May 21, 2010 |

In Subscriptions Table, what is the difference between Status = 0 and Status = 1?

thanks,

cysun
Posts: 2935
Posted 22:09 May 21, 2010 |

The status field in Subscription is used as a flag to avoid repeated notifications. Specifically, status starts with 0, and after the subscriber is notified of some changes, status is set to 1 so that the subscriber will no longer be notified of further changes. The subscriber may perform some action, e.g. visit the subscribed forum topic or wiki page, to reset the status back to 0.

Last edited by cysun at 22:09 May 21, 2010.