From 8a00b62cbab22fb46828d2dc13e4b6f317a08f98 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Wed, 12 Oct 2016 18:17:34 -0700 Subject: caught one typo from the last checkin --- include/import.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/import.php b/include/import.php index ef3f8bec5..370d3085e 100644 --- a/include/import.php +++ b/include/import.php @@ -165,7 +165,7 @@ function import_profiles($channel,$profiles) { dbesc_array($profile); $r = dbq("INSERT INTO profile (" . TQUOT . implode(TQUOT . ", " . TQUOT, array_keys($profile)) - . TQUOT ") VALUES ('" + . TQUOT . ") VALUES ('" . implode("', '", array_values($profile)) . "')" ); -- cgit v1.2.3