X-Git-Url: https://dev.renevier.net/?a=blobdiff_plain;f=application%2Fmodels%2FUser.php;h=cb84533ac791a242aeebf9f66ed2ef4070ae2989;hb=1f6105289a49079809c2a4677b561bc82c62db88;hp=14d1588524c419bcbefae5744e8e7ef2b863b683;hpb=190fd621df4920c56a422c03663874cddaa67d64;p=syj.git diff --git a/application/models/User.php b/application/models/User.php index 14d1588..cb84533 100644 --- a/application/models/User.php +++ b/application/models/User.php @@ -1,5 +1,5 @@ _id = (int) $id; @@ -56,15 +55,6 @@ class Syj_Model_User extends Syj_Model_Generic return $this->_lang; } - public function setCreationAddr($creation_addr) { - $this->_creation_addr = (string) $creation_addr; - return $this; - } - - public function getCreationAddr() { - return $this->_creation_addr; - } - public function notifyPendings() { $pendingMapper = new Syj_Model_PendingMapper(); $pendings = $pendingMapper->fetchForUser($this);