forked from science-ation/science-ation
- Remove the order from the ajax save too
This commit is contained in:
parent
1c70110680
commit
5d5c91766a
@ -56,7 +56,6 @@ case 'award_create':
|
|||||||
|
|
||||||
$q = "UPDATE award_awards SET
|
$q = "UPDATE award_awards SET
|
||||||
name='".mysql_escape_string(stripslashes($_POST['name']))."',
|
name='".mysql_escape_string(stripslashes($_POST['name']))."',
|
||||||
`order`='".intval($_POST['order'])."',
|
|
||||||
sponsors_id='".intval($_POST['sponsors_id'])."',
|
sponsors_id='".intval($_POST['sponsors_id'])."',
|
||||||
award_types_id='".intval($_POST['award_types_id'])."',
|
award_types_id='".intval($_POST['award_types_id'])."',
|
||||||
presenter='".mysql_escape_string(stripslashes($_POST['presenter']))."',
|
presenter='".mysql_escape_string(stripslashes($_POST['presenter']))."',
|
||||||
|
Loading…
Reference in New Issue
Block a user