From: Andrey Kutejko Date: Sun, 24 Aug 2014 11:27:55 +0000 (+0300) Subject: cleanup X-Git-Tag: 0.6~22 X-Git-Url: https://git.andy128k.dev/?a=commitdiff_plain;h=11bc8917d96fecf4e10dfaad569d35f29cec89e7;p=ipf-legacy-orm.git cleanup --- diff --git a/ipf/legacy_orm/orm/record.php b/ipf/legacy_orm/orm/record.php index 2b5b908..8be51ab 100644 --- a/ipf/legacy_orm/orm/record.php +++ b/ipf/legacy_orm/orm/record.php @@ -1178,14 +1178,6 @@ abstract class IPF_ORM_Record extends IPF_ORM_Record_Abstract implements Countab return sprintf('<%s #%d>', get_class($this), $this->_oid); } - public function ModelAdmin() - { - $cn = get_class($this); - if (isset(IPF_Admin_Model::$models[$cn])) - return IPF_Admin_Model::$models[$cn]; - return null; - } - public function SetFromFormData($cleaned_values) { $names = $this->_table->getFieldNames();