Merge https://github.com/redmatrix/redmatrix into pending_merge
Conflicts: mod/import.php
This commit is contained in:
commit
d2fec56456
@ -257,7 +257,6 @@ function import_post(&$a) {
|
|||||||
$profile['photo'] = z_root() . '/photo/profile/l/' . $channel['channel_id'];
|
$profile['photo'] = z_root() . '/photo/profile/l/' . $channel['channel_id'];
|
||||||
$profile['thumb'] = z_root() . '/photo/profile/m/' . $channel['channel_id'];
|
$profile['thumb'] = z_root() . '/photo/profile/m/' . $channel['channel_id'];
|
||||||
|
|
||||||
|
|
||||||
dbesc_array($profile);
|
dbesc_array($profile);
|
||||||
$r = dbq("INSERT INTO profile (`"
|
$r = dbq("INSERT INTO profile (`"
|
||||||
. implode("`, `", array_keys($profile))
|
. implode("`, `", array_keys($profile))
|
||||||
|
@ -1 +1 @@
|
|||||||
2015-08-24.1134
|
2015-08-26.1136
|
||||||
|
Reference in New Issue
Block a user