From 9c174fc32bf27a5f1023dfcec65a1626409bd041 Mon Sep 17 00:00:00 2001
From: Alex Barth <alex_b@53995.no-reply.drupal.org>
Date: Mon, 29 Mar 2010 00:42:37 +0000
Subject: [PATCH] Remove misleading comment.

---
 feeds.pages.inc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/feeds.pages.inc b/feeds.pages.inc
index 6048b2a9..ed3a1e6b 100644
--- a/feeds.pages.inc
+++ b/feeds.pages.inc
@@ -64,8 +64,6 @@ function feeds_import_form(&$form_state, $importer_id) {
 
 /**
  * Validation handler for node forms and feeds_import_form().
- *
- * Has to live in feeds.module, needs to be callable from node form.
  */
 function feeds_import_form_validate($form, &$form_state) {
   // @todo This may be a problem here, as we don't have a feed_nid at this point.
-- 
GitLab