From 46b3f1c3a746044ae868c06bf3027e0a3ea27433 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 21 May 2008 07:02:53 -0400 Subject: remove validation code darcs-hash:20080521110253-84dde-e8d6f62225bb56f5e08b28b35d23ccfbe56984fd.gz --- classes/Remote_profile.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'classes/Remote_profile.php') diff --git a/classes/Remote_profile.php b/classes/Remote_profile.php index 960372405..ea2f6d859 100644 --- a/classes/Remote_profile.php +++ b/classes/Remote_profile.php @@ -40,9 +40,4 @@ class Remote_profile extends DB_DataObject /* the code above is auto generated do not remove the tag below */ ###END_AUTOCODE - - function validateUrl() { - return is_null($this->url) || - Validate::uri($this->url, array('allowed_schemes' => array('http', 'https'))); - } } -- cgit v1.2.3-54-g00ecf