updates to fix updates to fix searching

This commit is contained in:
Dan Olson 2000-06-16 05:25:45 +00:00
parent e6559de260
commit fb014d9f84

View file

@ -1,3 +1,4 @@
<?php
need ('date sql');
$searchString = "\'%$string%\'";
@ -30,3 +31,4 @@
} else {
echo '<P>SQL error, please contact the webmaster.';
}
?>