Changeset 83
- Timestamp:
- 04/01/07 03:16:45 (5 years ago)
- File:
-
- 1 edited
-
openweather/openweather.module (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
openweather/openweather.module
r80 r83 426 426 $user = user_authenticate($username, $password); 427 427 428 if ($user->id) { 429 428 if ($user->uid) { 429 $node = node_load($nid); 430 // Check person owns or can write to entry 431 return true; 430 432 } else { 431 433 return false;
Note: See TracChangeset
for help on using the changeset viewer.
