Removed Run method as all code has been moved into new methods

This commit is contained in:
Luke Fitzgerald 2010-06-14 04:54:03 +01:00
parent d1c9908282
commit 2ef01c5b74

View File

@ -1097,7 +1097,7 @@ class MSN {
$this->signonFailure("!!! Can't connect to server: $this->error"); $this->signonFailure("!!! Can't connect to server: $this->error");
} }
if($this->UpdateContacts() === false) { if($this->UpdateContacts() === false) {
$this->signonFailure('!!! Update Contacts failed'); $this->signonFailure('!!! Update contacts failed');
continue; continue;
} }
$this->LastPing=time(); $this->LastPing=time();
@ -1105,6 +1105,7 @@ class MSN {
$start_tm = time(); $start_tm = time();
$ping_tm = time(); $ping_tm = time();
if(($this->aContactList = $this->getMembershipList()) === false) { if(($this->aContactList = $this->getMembershipList()) === false) {
$this->signonFailure('!!! Get Membership list failed');
continue; continue;
} }
if ($this->update_pending) { if ($this->update_pending) {