Conflicts:
	mod/import.php
This commit is contained in:
redmatrix 2015-08-26 16:00:13 -07:00
commit d2fec56456
2 changed files with 1 additions and 2 deletions

View File

@ -257,7 +257,6 @@ function import_post(&$a) {
$profile['photo'] = z_root() . '/photo/profile/l/' . $channel['channel_id'];
$profile['thumb'] = z_root() . '/photo/profile/m/' . $channel['channel_id'];
dbesc_array($profile);
$r = dbq("INSERT INTO profile (`"
. implode("`, `", array_keys($profile))

View File

@ -1 +1 @@
2015-08-24.1134
2015-08-26.1136