diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-05-21 07:02:53 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-05-21 07:02:53 -0400 |
commit | 46b3f1c3a746044ae868c06bf3027e0a3ea27433 (patch) | |
tree | 6326d60d0dc7afdda472b383ceb17af46f096f07 /classes/Notice.php | |
parent | 82c05d389ab0a0bb64a339d0cf3547d3c6ada3ae (diff) |
remove validation code
darcs-hash:20080521110253-84dde-e8d6f62225bb56f5e08b28b35d23ccfbe56984fd.gz
Diffstat (limited to 'classes/Notice.php')
-rw-r--r-- | classes/Notice.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/classes/Notice.php b/classes/Notice.php index eb08dde52..de3477c76 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -46,8 +46,4 @@ class Notice extends DB_DataObject function getProfile() { return Profile::staticGet($this->profile_id); } - - function validateContent() { - return Validate::string($this->content, array('min_length' => 1, 'max_length' => 140)); - } } |