From 6d0f039421c7c976d926507d121dc2a3e3e03609 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sat, 4 Apr 2009 17:28:00 +0000 Subject: almost done with first version of ui for setting tags --- actions/addtag.php | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'actions/addtag.php') diff --git a/actions/addtag.php b/actions/addtag.php index 34d286061..8974d9a28 100644 --- a/actions/addtag.php +++ b/actions/addtag.php @@ -6,6 +6,17 @@ // Make sure we're logged in (send us to the front page if not) if (!isloggedin()) forward(); + + $coordinates_str = get_input('coordinates'); + error_log($coordinates_str); + + $user_id = get_input('user_id'); + //$entity_guid = get_input('entity_guid', null); + $word = get_input('word'); + + error_log($word); + error_log($user_id); + forward($_SERVER['HTTP_REFERER']); -- cgit v1.2.3