Changeset 4284 in subversion
- Timestamp:
- Nov 27, 2010 11:37:22 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/plugins/kolab_core/rcube_kolab.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/kolab_core/rcube_kolab.php
r4247 r4284 49 49 Auth::setCredential('password', $pwd); 50 50 } 51 52 NLS::setCharset('UTF-8'); 51 53 } 52 54 … … 96 98 public static function shutdown() 97 99 { 98 if (isset($_SESSION['__auth'])) {99 // unset auth data from session. no need to store it persistantly100 // unset auth data from session. no need to store it persistantly 101 if (isset($_SESSION['__auth'])) 100 102 unset($_SESSION['__auth']); 101 102 // FIXME: remove strange numeric entries103 foreach ($_SESSION as $key => $val) {104 if (!$val && is_numeric($key))105 unset($_SESSION[$key]);106 }107 }108 103 } 109 104 }
Note: See TracChangeset
for help on using the changeset viewer.
