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

Diff of /contributions/modules/currency/currency.module

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

revision 1.8.2.2.2.3, Fri Sep 12 16:01:32 2008 UTC revision 1.8.2.2.2.4, Sun Sep 13 03:25:19 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2    
3  //$Id: currency.module,v 1.8.2.2.2.2 2008/09/11 15:32:25 kbahey Exp $  //$Id: currency.module,v 1.8.2.2.2.3 2008/09/12 16:01:32 kbahey Exp $
4    
5  // Copyright 2005 Khalid Baheyeldin http://2bits.com  // Copyright 2005 Khalid Baheyeldin http://2bits.com
6    
# Line 143  function currency_form_submit($form, &$f Line 143  function currency_form_submit($form, &$f
143    $_SESSION['currency_to']     = $to;    $_SESSION['currency_to']     = $to;
144    
145    drupal_set_message($result);    drupal_set_message($result);
146    }
147    
148    // views bits
149    // Implementation of hook_views
150    function currency_views_api() {
151      return array(
152        'api' => 2,
153        'path' => drupal_get_path('module', 'currency'). '/views',
154      );
155  }  }
156    

Legend:
Removed from v.1.8.2.2.2.3  
changed lines
  Added in v.1.8.2.2.2.4

  ViewVC Help
Powered by ViewVC 1.1.2