mirror of
https://git.code.sf.net/p/quake/website
synced 2025-02-02 21:41:34 +00:00
updates to fix updates to fix searching
This commit is contained in:
parent
e6559de260
commit
fb014d9f84
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
<?php
|
||||||
need ('date sql');
|
need ('date sql');
|
||||||
|
|
||||||
$searchString = "\'%$string%\'";
|
$searchString = "\'%$string%\'";
|
||||||
|
@ -30,3 +31,4 @@
|
||||||
} else {
|
} else {
|
||||||
echo '<P>SQL error, please contact the webmaster.';
|
echo '<P>SQL error, please contact the webmaster.';
|
||||||
}
|
}
|
||||||
|
?>
|
Loading…
Reference in a new issue