/[drupal]/contributions/modules/hotspot/coova_radius.admin.inc
ViewVC logotype

Diff of /contributions/modules/hotspot/coova_radius.admin.inc

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

revision 1.3.2.3, Fri Jul 31 19:34:48 2009 UTC revision 1.3.2.4, Wed Aug 19 17:16:46 2009 UTC
# Line 112  function coova_radius_admin_settings() { Line 112  function coova_radius_admin_settings() {
112                               '#options' => array('false' => 'Disabled', 'true' => 'Enabled'),                               '#options' => array('false' => 'Disabled', 'true' => 'Enabled'),
113                               ), 'false');                               ), 'false');
114    
115        coova_radius_adm('paypal_enabled', $advset,        coova_radius_adm('use_payment_policies', $advset,
116                         array('#type' => 'radios',                         array('#type' => 'radios',
117                               '#title' => t('Enable Paypal'),                               '#title' => t('Enable Payments'),
118                               '#options' => array('false' => 'Disabled', 'true' => 'Enabled'),                               '#options' => array('false' => 'Disabled', 'true' => 'Enabled'),
119                               ), 'false');                               ), 'false');
120    

Legend:
Removed from v.1.3.2.3  
changed lines
  Added in v.1.3.2.4

  ViewVC Help
Powered by ViewVC 1.1.2