Remove tags support from code.

This commit is contained in:
RainLoop Team 2014-10-03 23:09:13 +04:00
parent 0a95b79eb2
commit 36bdce3084
15 changed files with 11 additions and 640 deletions

View file

@ -113,9 +113,9 @@ class AddressBook extends \RainLoop\Providers\AbstractProvider
*
* @return bool
*/
public function DeleteAllContactsAndTags($sEmail)
public function DeleteAllContacts($sEmail)
{
return $this->IsActive() ? $this->oDriver->DeleteAllContactsAndTags($sEmail) : false;
return $this->IsActive() ? $this->oDriver->DeleteAllContacts($sEmail) : false;
}
/**
@ -133,17 +133,6 @@ class AddressBook extends \RainLoop\Providers\AbstractProvider
$iOffset, $iLimit, $sSearch, $iResultCount) : array();
}
/**
* @param string $sEmail
* @param bool $bCache = true
*
* @return array
*/
public function GetContactTags($sEmail, $bCache = true)
{
return $this->IsActive() ? $this->oDriver->GetContactTags($sEmail, $bCache) : array();
}
/**
* @param string $sEmail
* @param string $mID