Changeset 3503 for trunk/modules/auth
- Timestamp:
- 09/26/2008 08:57:40 AM (2 months ago)
- Files:
-
- 1 modified
-
trunk/modules/auth/classes/auth/file.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/auth/classes/auth/file.php
r3490 r3503 57 57 { 58 58 // Complete the login 59 return $this->compl ate_login($username);59 return $this->complete_login($username); 60 60 } 61 61
