forked from science-ation/science-ation
remove leftover dob
This commit is contained in:
parent
5dc408da33
commit
0780f33984
@ -48,8 +48,6 @@
|
|||||||
|
|
||||||
if($_POST['action']=="save")
|
if($_POST['action']=="save")
|
||||||
{
|
{
|
||||||
$dob=$_POST['year']."-".$_POST['month']."-".$_POST['day'];
|
|
||||||
|
|
||||||
if($_POST['catpref']) $catpref="'".$_POST['catpref']."'";
|
if($_POST['catpref']) $catpref="'".$_POST['catpref']."'";
|
||||||
else $catpref="null";
|
else $catpref="null";
|
||||||
if($_POST['divpref']) $divpref="'".$_POST['divpref']."'";
|
if($_POST['divpref']) $divpref="'".$_POST['divpref']."'";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user