|
|
$query="INSERT INTO collect ( id, title , subtitle , summary , article_list , owner, lang , status , create_time , modify_time , receive_time ) VALUES ( ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ) ";
|
|
|
-$sth->execute(array($uuid , $_POST["title"] , "" ,"", "[]" , $_COOKIE["userid"] , "" , 10 , mTime() , mTime() , mTime() ));
|
|
|
+$sth->execute(array($uuid , $_POST["title"] , "" ,"", "[]" , $_COOKIE["userid"] , "" , $_POST["status"] , mTime() , mTime() , mTime() ));
|