except for a typo
This commit is contained in:
parent
feddf5d7fb
commit
0825ec81c1
@ -372,7 +372,7 @@ function profiles_post(&$a) {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
else {
|
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()),
|
intval(local_user()),
|
||||||
dbesc($orig[0]['profile_guid']),
|
dbesc($orig[0]['profile_guid']),
|
||||||
dbesc($zz['field_name']),
|
dbesc($zz['field_name']),
|
||||||
@ -383,8 +383,6 @@ function profiles_post(&$a) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$changes = array();
|
$changes = array();
|
||||||
$value = '';
|
$value = '';
|
||||||
if($is_default) {
|
if($is_default) {
|
||||||
|
Reference in New Issue
Block a user