Remove copied method
This commit is contained in:
parent
376024e2bd
commit
d65e248ba8
1 changed files with 0 additions and 11 deletions
|
@ -329,17 +329,6 @@ class RCrmActions
|
|||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns true if provided externalId in new format (id_clientId)
|
||||
*
|
||||
* @param $externalId
|
||||
* @return bool
|
||||
*/
|
||||
public static function isNewExternalId($externalId)
|
||||
{
|
||||
return !(false === strpos($externalId, '_'));
|
||||
}
|
||||
|
||||
/**
|
||||
* Unserialize array
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue