| 3 |
// $Id$ |
// $Id$ |
| 4 |
// ----------------------------------------------------------------------------- |
// ----------------------------------------------------------------------------- |
| 5 |
// $Log$ |
// $Log$ |
| 6 |
|
// Revision 1.8 2002/12/28 01:16:42 jonen |
| 7 |
|
// + added clear of $this->state[autologout] at 'hadTimeout()' |
| 8 |
|
// |
| 9 |
// Revision 1.7 2002/12/23 11:32:28 jonen |
// Revision 1.7 2002/12/23 11:32:28 jonen |
| 10 |
// + added inserting of uservars on '_create' to frontend db(needed to login user after create!) |
// + added inserting of uservars on '_create' to frontend db(needed to login user after create!) |
| 11 |
// + added hard link to page 'pub/register', TODO: move this out here |
// + added hard link to page 'pub/register', TODO: move this out here |
| 352 |
} |
} |
| 353 |
|
|
| 354 |
function hadTimeout() { |
function hadTimeout() { |
| 355 |
if ($this->state[autologout]) { return 1; } |
if ($this->state[autologout]) { $this->state[autologout] = ''; return 1; } |
| 356 |
} |
} |
| 357 |
|
|
| 358 |
} |
} |