Changeset 1510
- Timestamp:
- 01/13/08 15:03:52 (11 months ago)
- Files:
-
- devel/mod/friend/lib/user_friendship_requests.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/mod/friend/lib/user_friendship_requests.php
r1399 r1510 33 33 $col1 .= "<a href=\"" . url . $pending_user->username . "/\">" . __gettext("Profile") . "</a> | "; 34 34 $col1 .= "<a href=\"" . url . $pending_user->username . "/weblog/\">" . __gettext("Blog") . "</a></p>"; 35 $col2 = "<p><a href=\"" .url. "mod/friend/requests.php?action=friends:approve:request&request_id=$request_id\">".__gettext("Approve")."</a> | <a href=\"" .url. "mod/friend/requests.php?action=friends:decline:request&request_id=$request_id\"> Decline</a></p>";35 $col2 = "<p><a href=\"" .url. "mod/friend/requests.php?action=friends:approve:request&request_id=$request_id\">".__gettext("Approve")."</a> | <a href=\"" .url. "mod/friend/requests.php?action=friends:decline:request&request_id=$request_id\">".__gettext("Decline")."</a></p>"; 36 36 $ident = $pending_user->ident; 37 37
