Update search_result.php
This commit is contained in:
parent
f64f2cddcb
commit
2c7dcdb23f
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@
|
|||
$squery = get('query');
|
||||
$squery = strtolower($squery);
|
||||
$squery = ucwords($squery);
|
||||
assign("search_result", $squery);
|
||||
assign('search_result', $squery);
|
||||
if ($squery == 'clipbucket') {
|
||||
subtitle("Awesomeness...!!");
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue