records search:
--- records.php 2005-02-09 19:44:41.000000000 +0000
+++ records.php.1 2005-02-15 04:00:16.000000000 +0000
@@ -78,7 +78,7 @@
if(isset($_REQUEST['search']) && $_REQUEST['search'] != "") {
$searchstring = ereg_replace("[*]", "%", $_REQUEST['search']);
$searchstring = ereg_replace("[ ]", "%", $searchstring);
- $searchstring = "host like
".$db->Quote('&'.$_REQUEST['search'].'%')." and type != 'S' and ";
+ $searchstring = "host like
".$db->Quote('%'.$_REQUEST['search'].'%')." and type != 'S' and ";
$smarty->assign('search', $_REQUEST['search']);
$smarty->assign('searchtexttag', " matching
\"".$_REQUEST['search']."\"");
$search = $_REQUEST['search'];br, rbp
smime.p7s
Description: S/MIME cryptographic signature
