diff options
author | Thomas Willingham <founder@kakste.com> | 2013-05-18 02:52:15 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-05-18 02:52:15 +0100 |
commit | 8e22e72b2ec5d2f61fe8da57d310c11f43fc6587 (patch) | |
tree | 9f4e57da2dc531e10ad169da49d366da94faa102 /mod/profiles.php | |
parent | 9b66f16a01d3a3ac0a655c224a7b641853c0079e (diff) | |
download | volse-hubzilla-8e22e72b2ec5d2f61fe8da57d310c11f43fc6587.tar.gz volse-hubzilla-8e22e72b2ec5d2f61fe8da57d310c11f43fc6587.tar.bz2 volse-hubzilla-8e22e72b2ec5d2f61fe8da57d310c11f43fc6587.zip |
Typo
Diffstat (limited to 'mod/profiles.php')
-rw-r--r-- | mod/profiles.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/profiles.php b/mod/profiles.php index e7cc01b4e..ff6bc8ff6 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -447,7 +447,7 @@ function profiles_post(&$a) { $channel = $a->get_channel(); if($namechanged && $is_default) { - $r = q("UPDATE xchan SET xchan_name = '%s', xchan_name_date` = '%s' WHERE xchan_hash = '%s' limit 1", + $r = q("UPDATE xchan SET xchan_name = '%s', xchan_name_date = '%s' WHERE xchan_hash = '%s' limit 1", dbesc($name), dbesc(datetime_convert()), dbesc($channel['xchan_hash']) |