Changeset 15 for trunk/inc_hp/friends.inc.php
- Timestamp:
- 08/09/05 22:30:14 (7 years ago)
- Files:
-
- 1 modified
-
trunk/inc_hp/friends.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/inc_hp/friends.inc.php
r1 r15 26 26 $friends[$friend_id] = get_cache_user_info($friend_id, 'id, login, fname, lname, photo'); 27 27 28 $ smarty->assign('friends', $friends);28 $_SMARTY['friends'] = $friends; 29 29 ?>
