is_active config setting
Georg Gell <[email protected]> Wed, 31 Aug 2005 10:08:42 +0200
| Newsgroups | gmane.comp.php.pear.liveuser |
|---|---|
| Message-ID | <[email protected]> |
Hello list, there is a setting to switch update of the last login time on and off ($updateLastLogin) in the config. But how is it done with the is_active field? As far as I can see it is used if an is_active field is found in the table config. But wouldn't it be better to have a config key for that? Something like $checkStatus = true/false? I don't understand the different handling of updateLastLogin and is_active. What do you think? Georg