projects
/
civicrm-core.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
CRM-15854 - Fix crash on review form
[civicrm-core.git]
/
CRM
/
Core
/
EntityReference.php
1
<
?php
2
3
/**
4
* This is included for backward compatibility with DAO's generated before 4.5.
5
*
6
* @deprecated
7
*/
8
class
CRM_Core_EntityReference
extends
CRM_Core_Reference_Basic
{
9
}