diff --git a/admin/award_awards.php b/admin/award_awards.php index 8c252726..5d3843ca 100644 --- a/admin/award_awards.php +++ b/admin/award_awards.php @@ -66,6 +66,7 @@ "award_types_id='".mysql_escape_string(stripslashes($_POST['award_types_id']))."', ". "presenter='".mysql_escape_string(stripslashes($_POST['presenter']))."', ". "excludefromac='".mysql_escape_string(stripslashes($_POST['excludefromac']))."', ". + "cwsfaward='".mysql_escape_string(stripslashes($_POST['cwsfaward']))."', ". "criteria='".mysql_escape_string(stripslashes($_POST['criteria']))."' ". "WHERE id='$id'"; @@ -140,6 +141,7 @@ award_awards.order, award_awards.presenter, award_awards.excludefromac, + award_awards.cwsfaward, award_types.id AS award_types_id, award_types.type, award_sponsors.id AS award_sponsors_id, @@ -169,6 +171,7 @@ echo mysql_error(); $award_sponsor=$r->organization; $award_awards_presenter=$r->presenter; $award_awards_excludefromac=$r->excludefromac; + $award_awards_cwsfaward=$r->cwsfaward; //select the current categories that this award is linked to $ccq=mysql_query("SELECT * FROM award_awards_projectcategories WHERE award_awards_id='$r->id'"); @@ -203,6 +206,7 @@ echo mysql_error(); if($_POST['eligibledivisions']) $currentdivisions=$_POST['eligibledivisions']; if($_POST['presenter']) $award_awards_presenter=$_POST['presenter']; if($_POST['excludefromac']) $award_awards_excludefromac=$_POST['excludefromac']; + if($_POST['cwsfaward']) $award_awards_cwsfaward=$_POST['cwsfaward']; echo "