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

Diff of /contributions/modules/volunteer/volunteer.module

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

revision 1.50, Fri Dec 2 04:42:11 2005 UTC revision 1.51, Sat Dec 31 00:28:22 2005 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: volunteer.module,v 1.49 2005/12/02 03:21:46 killes Exp $  // $Id: volunteer.module,v 1.50 2005/12/02 04:42:11 killes Exp $
3    
4    
5  /**  /**
# Line 83  function volunteer_settings() { Line 83  function volunteer_settings() {
83          foreach($profile as $field) {          foreach($profile as $field) {
84            if ($field['name'] == 'email') {            if ($field['name'] == 'email') {
85              $email_exists = TRUE;              $email_exists = TRUE;
86              if ($field['is_required'] == 1 && $field['is_match'] == 1) {              if ($field['is_required'] == 1) {
87                $has_correct_email = TRUE;                $has_correct_email = TRUE;
88                $correct_email_exists = TRUE;                $correct_email_exists = TRUE;
89              }              }

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51

  ViewVC Help
Powered by ViewVC 1.1.2