caught one typo from the last checkin

This commit is contained in:
zotlabs 2016-10-12 18:17:34 -07:00
parent 9bb847bb07
commit 8a00b62cba

View File

@ -165,7 +165,7 @@ function import_profiles($channel,$profiles) {
dbesc_array($profile); dbesc_array($profile);
$r = dbq("INSERT INTO profile (" . TQUOT $r = dbq("INSERT INTO profile (" . TQUOT
. implode(TQUOT . ", " . TQUOT, array_keys($profile)) . implode(TQUOT . ", " . TQUOT, array_keys($profile))
. TQUOT ") VALUES ('" . TQUOT . ") VALUES ('"
. implode("', '", array_values($profile)) . implode("', '", array_values($profile))
. "')" . "')"
); );