aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-01-05 15:51:44 -0800
committerfriendica <info@friendica.com>2014-01-05 15:51:44 -0800
commitd920e212ac40e3a67ec01dcc9926acbf4b844cf5 (patch)
treebf39d580e720cf598ecebe0e269cc462c981bf37 /include/zot.php
parent85ed9404f9b6fee47473cfcf25b47be68faaeee9 (diff)
downloadvolse-hubzilla-d920e212ac40e3a67ec01dcc9926acbf4b844cf5.tar.gz
volse-hubzilla-d920e212ac40e3a67ec01dcc9926acbf4b844cf5.tar.bz2
volse-hubzilla-d920e212ac40e3a67ec01dcc9926acbf4b844cf5.zip
typo in import_directory_profile
Diffstat (limited to 'include/zot.php')
-rw-r--r--include/zot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php
index 9d6f462fe..ab664e340 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -1725,7 +1725,7 @@ function import_directory_profile($hash,$profile,$addr,$ud_flags = 1, $suppress_
else {
$update = true;
logger('import_directory_profile: new profile');
- $x = q("insert into xprof (xprof_hash, xprof_desc, xprof_dob, xprof_age, xprof_gender, xprof_marital, xprof_sexual, xprof_locale, xprof_region, xprof_postcode, xprof_country, xrpof_about, xprof_homepage, xprof_hometown, xprof_keywords) values ('%s', '%s', '%s', %d, '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s') ",
+ $x = q("insert into xprof (xprof_hash, xprof_desc, xprof_dob, xprof_age, xprof_gender, xprof_marital, xprof_sexual, xprof_locale, xprof_region, xprof_postcode, xprof_country, xprof_about, xprof_homepage, xprof_hometown, xprof_keywords) values ('%s', '%s', '%s', %d, '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s', '%s') ",
dbesc($arr['xprof_hash']),
dbesc($arr['xprof_desc']),
dbesc($arr['xprof_dob']),