\r
/**\r
* Remove columns from array $arr that aren't in table $table\r
- * \r
+ *\r
* @param string $table Table name\r
* @param array &$arr Column=>Value array from json (by ref)\r
*/\r
\r
/**\r
* Import data into table $table\r
- * \r
+ *\r
* @param string $table Table name\r
* @param array $arr Column=>Value array from json\r
*/\r
foreach ($profile as $k => &$v) {\r
$v = str_replace($oldbaseurl, $newbaseurl, $v);\r
foreach (array("profile", "avatar") as $k)\r
- $v = str_replace($newbaseurl . "/photo/" . $k . "/" . $olduid . ".jpg", $newbaseurl . "/photo/" . $k . "/" . $newuid . ".jpg", $v);\r
+ $v = str_replace($oldbaseurl . "/photo/" . $k . "/" . $olduid . ".jpg", $newbaseurl . "/photo/" . $k . "/" . $newuid . ".jpg", $v);\r
}\r
$profile['uid'] = $newuid;\r
$r = db_import_assoc('profile', $profile);\r
foreach ($contact as $k => &$v) {\r
$v = str_replace($oldbaseurl, $newbaseurl, $v);\r
foreach (array("profile", "avatar", "micro") as $k)\r
- $v = str_replace($newbaseurl . "/photo/" . $k . "/" . $olduid . ".jpg", $newbaseurl . "/photo/" . $k . "/" . $newuid . ".jpg", $v);\r
+ $v = str_replace($oldbaseurl . "/photo/" . $k . "/" . $olduid . ".jpg", $newbaseurl . "/photo/" . $k . "/" . $newuid . ".jpg", $v);\r
}\r
}\r
if ($contact['uid'] == $olduid && $contact['self'] == '0') {\r
// set contacts 'avatar-date' to "0000-00-00 00:00:00" to let poller to update urls\r
$contact["avatar-date"] = "0000-00-00 00:00:00" ;\r
- \r
- \r
+\r
+\r
switch ($contact['network']) {\r
case NETWORK_DFRN:\r
// send relocate message (below)\r