/[corp_html]/inc/common.inc
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /inc/common.inc

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

revision 1.9 by dpavlin, Sun Mar 18 23:36:26 2001 UTC revision 1.10 by dpavlin, Mon Mar 19 10:47:46 2001 UTC
# Line 70  function check_required() { Line 70  function check_required() {
70          if (isset($inputs_required)) {          if (isset($inputs_required)) {
71                  foreach ($inputs_required as $i) {                  foreach ($inputs_required as $i) {
72                          if (! isset($GLOBALS[$i]) || $GLOBALS[$i] == "") $ok=0;                          if (! isset($GLOBALS[$i]) || $GLOBALS[$i] == "") $ok=0;
73                          switch ($input_required_type[$i]) {                          switch (strtolower($inputs_required_type[$i])) {
74                                  case 'email':                                  case 'email':
75                                          if (!strstr($GLOBALS[$i],'@')) $ok=0;                                          if (!strstr($GLOBALS[$i],'@')) $ok=0;
76                          }                          }
77    //                      print "$i: $GLOBALS[$i] type: $inputs_required_type[$i] $ok -- ";
78    
79                  }                  }
80          } else {          } else {

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

  ViewVC Help
Powered by ViewVC 1.1.26