/[drupal]/contributions/modules/cleanfeeds/cleanfeeds.module
ViewVC logotype

Diff of /contributions/modules/cleanfeeds/cleanfeeds.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.5, Sun Sep 28 01:06:31 2008 UTC revision 1.5.2.1, Sun Sep 28 19:59:14 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2    
3  //$Id: cleanfeeds.module,v 1.4.2.1 2007/02/01 04:42:21 kbahey Exp $  //$Id: cleanfeeds.module,v 1.5 2008/09/28 01:06:31 kbahey Exp $
4    
5  // Copyright 2006 Khalid Baheyeldin http://2bits.com  // Copyright 2006 Khalid Baheyeldin http://2bits.com
6    
# Line 13  function cleanfeeds_help($section) { Line 13  function cleanfeeds_help($section) {
13    }    }
14  }  }
15    
16  function cleanfeeds_menu($may_cache) {  function cleanfeeds_menu() {
17    $items = array();    $items = array();
18    
19    $items['admin/settings/cleanfeeds'] = array(    $items['admin/settings/cleanfeeds'] = array(

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.5.2.1

  ViewVC Help
Powered by ViewVC 1.1.2