diff options
-rw-r--r-- | mod/import.php | 1 | ||||
-rw-r--r-- | version.inc | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/mod/import.php b/mod/import.php index d081a18e4..bf1f0ca2e 100644 --- a/mod/import.php +++ b/mod/import.php @@ -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)) diff --git a/version.inc b/version.inc index 853449713..988848405 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2015-08-24.1134 +2015-08-26.1136 |