poco_check_server($server_url, $network);
// Fetch last update manually if it is enabled in the system
- // AND ($orig_updated == "0000-00-00 00:00:00")
- if (get_config('system','poco_completion')
+ if (get_config('system','poco_completion') AND ($orig_updated == "0000-00-00 00:00:00")
AND poco_do_update($created, $updated, $last_failure, $last_contact)
AND poco_reachable($profile_url, $server_url, $network)) {
$last_updated = poco_last_updated($profile_url);