put the real post time into the post
This commit is contained in:
parent
6bc48b58d8
commit
bcec1bddc0
9 changed files with 131 additions and 123 deletions
|
@ -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']));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue