Changeset 550 for devel/auth/internal
- Timestamp:
- 09/15/06 08:29:06 (2 years ago)
- Files:
-
- devel/auth/internal/lib.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/auth/internal/lib.php
r549 r550 1 1 <?php 2 2 // this is internal or default authentication 3 function authenticate_user_login($username,$password) {3 function internal_authenticate_user_login($username,$password) { 4 4 5 5 return get_record_select('users',"username = ? AND password = ? AND active = ? AND user_type = ? ",
