put the real post time into the post

This commit is contained in:
friendica 2012-08-19 14:39:43 -07:00
commit bcec1bddc0
9 changed files with 131 additions and 123 deletions

View file

@ -48,10 +48,15 @@ function profiles_post(&$a) {
$name = notags(trim($_POST['name']));
if(! strlen($name)) {
$name = '[No Name]';
}
if($orig[0]['name'] != $name)
$namechanged = true;
$pdesc = notags(trim($_POST['pdesc']));
$gender = notags(trim($_POST['gender']));
$address = notags(trim($_POST['address']));