aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profiles.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-08-28 22:27:05 -0700
committerfriendica <info@friendica.com>2014-08-28 22:27:05 -0700
commit0825ec81c130621bdaccba3aa1f627b08c91128e (patch)
treec42d80ac5b836f216e1773d5cb3b6a99b3746613 /mod/profiles.php
parentfeddf5d7fb1d0cecbad69ecd314af0d106c0a9be (diff)
downloadvolse-hubzilla-0825ec81c130621bdaccba3aa1f627b08c91128e.tar.gz
volse-hubzilla-0825ec81c130621bdaccba3aa1f627b08c91128e.tar.bz2
volse-hubzilla-0825ec81c130621bdaccba3aa1f627b08c91128e.zip
except for a typo
Diffstat (limited to 'mod/profiles.php')
-rw-r--r--mod/profiles.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/mod/profiles.php b/mod/profiles.php
index 1504f55f0..6361f56a3 100644
--- a/mod/profiles.php
+++ b/mod/profiles.php
@@ -372,7 +372,7 @@ function profiles_post(&$a) {
);
}
else {
- q("insert into profdef ( channel_id, hash, k, v ) values ( %d, '%s', '%s', '%s') ",
+ q("insert into profext ( channel_id, hash, k, v ) values ( %d, '%s', '%s', '%s') ",
intval(local_user()),
dbesc($orig[0]['profile_guid']),
dbesc($zz['field_name']),
@@ -383,8 +383,6 @@ function profiles_post(&$a) {
}
}
-
-
$changes = array();
$value = '';
if($is_default) {