From 521a86a22498c174c8d605c44f9d877478bc2e8a Mon Sep 17 00:00:00 2001 From: xgizzmo Date: Tue, 3 Jan 2006 06:08:18 +0000 Subject: Fixed typo in userform.inc, Added Copyright mojo to footer.inc, Few more XHTML tweaks --- flag.php | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) (limited to 'flag.php') diff --git a/flag.php b/flag.php index b5ac0248..7754214e 100644 --- a/flag.php +++ b/flag.php @@ -32,27 +32,20 @@ $action = scrub_in($_REQUEST['action']); $song = scrub_in($_REQUEST['song']); if ( $action == 'flag_song') { - $flagged_type = scrub_in($_REQUEST['flagged_type']); - $comment = scrub_in($_REQUEST['comment']); + $flagged_type = scrub_in($_REQUEST['flagged_type']); + $comment = scrub_in($_REQUEST['comment']); insert_flagged_song($song, $flagged_type, $comment); $flag_text = _("Flagging song completed."); $action = 'flag'; } -?> - - - - -- cgit