/[health_html]/inc/search.php
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/search.php

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

revision 1.7 by ravilov, Wed Sep 26 13:04:28 2001 UTC revision 1.8 by ravilov, Fri Oct 5 15:10:53 2001 UTC
# Line 23  Line 23 
23                                  array_push($search, array(                                  array_push($search, array(
24                                          "field" => ${"field_".$i},                                          "field" => ${"field_".$i},
25                                          "not" => ${"not_".$i},                                          "not" => ${"not_".$i},
26                                          "query" => MyEscape(${"query_".$i}),                                          "query" => MyEscape(${"query_".$i}, true),
27                                          "logic" => ${"logic_".$i},                                          "logic" => ${"logic_".$i},
28                                          "concat" => ${"concat_".$i},                                          "concat" => ${"concat_".$i},
29                                          "case" => ${"case_".$i}                                          "case" => ${"case_".$i}
# Line 51  Line 51 
51                  } else {                  } else {
52                          global $field, $query;                          global $field, $query;
53                          $tp->assign("field", $field?$field:$def_field);                          $tp->assign("field", $field?$field:$def_field);
54                          $tp->assign("query", MyEscape($query));                          $tp->assign("query", MyEscape($query, true));
55                  }                  }
56                  if (!$stype) $stype = 0;                  if (!$stype) $stype = 0;
57                  $tp->assign("stype", $stype);                  $tp->assign("stype", $stype);
# Line 117  Line 117 
117                  $flds = array();                  $flds = array();
118                  while (list($k, $v) = each($fields)) {                  while (list($k, $v) = each($fields)) {
119                          array_push($flds, array(                          array_push($flds, array(
120                                  "name" => MyEscape($k),                                  "name" => MyEscape($k, true),
121                                  "caption" => MyEscape($v["caption"])                                  "caption" => MyEscape($v["caption"])
122                          ));                          ));
123                  }                  }

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

  ViewVC Help
Powered by ViewVC 1.1.26