Changeset 377 for trunk/includes/user.php
- Timestamp:
- Mar 11, 2010, 8:58:58 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/user.php
r376 r377 18 18 function __construct() 19 19 { 20 $this->Restore();20 if(isset($_SESSION)) $this->Restore(); 21 21 } 22 22 23 23 function __destroy() 24 24 { 25 $this->Store();25 if(isset($_SESSION)) $this->Store(); 26 26 } 27 27
Note:
See TracChangeset
for help on using the changeset viewer.