diff options
-rw-r--r-- | include/import.php | 2 |
1 files changed, 1 insertions, 1 deletions
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)) . "')" ); |