/[drupal]/contributions/modules/multicurrency/uc_multicurrency.module
ViewVC logotype

Diff of /contributions/modules/multicurrency/uc_multicurrency.module

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

revision 1.6, Thu Apr 9 14:45:52 2009 UTC revision 1.7, Wed Jul 1 00:42:57 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: uc_multicurrency.module,v 1.5 2009/04/08 01:39:46 tr Exp $  // $Id: uc_multicurrency.module,v 1.6 2009/04/09 14:45:52 tr Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 14  Line 14 
14   * the country_iso_code_2 field ($user->country_iso_code_2).  You will   * the country_iso_code_2 field ($user->country_iso_code_2).  You will
15   * need another module to create this field and fill it with an appropriate   * need another module to create this field and fill it with an appropriate
16   * value!  One option is to use the core Drupal module "Profile" to allow   * value!  One option is to use the core Drupal module "Profile" to allow
17   * users to select their own country.  Another is to use the "uc_ip2country"   * users to select their own country.  Another is to use the "ip2country"
18   * module, which determines the user country based on IP address.   * module, which determines the user country based on IP address.
19   *   *
20   * @author Tim Rohaly.   * @author Tim Rohaly.
21   * @version $Id: uc_multicurrency.module,v 1.5 2009/04/08 01:39:46 tr Exp $   * @version $Id: uc_multicurrency.module,v 1.6 2009/04/09 14:45:52 tr Exp $
22   */   */
23    
24    
# Line 30  Line 30 
30  /**  /**
31   * Implementation of hook_help().   * Implementation of hook_help().
32   */   */
33  function uc_mlticurrency_help($path, $arg) {  function uc_multicurrency_help($path, $arg) {
34    switch ($path) {    switch ($path) {
35      case 'admin/help#uc_multicurrency':      case 'admin/help#uc_multicurrency':
36      case 'admin/store/settings/multicurrency':      case 'admin/store/settings/multicurrency':

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

  ViewVC Help
Powered by ViewVC 1.1.2