caught one typo from the last checkin
This commit is contained in:
parent
9bb847bb07
commit
8a00b62cba
@ -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))
|
||||||
. "')"
|
. "')"
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user