bumps
This commit is contained in:
@ -11,7 +11,7 @@ class BrowserSearchInfo extends ExtensionInfo
|
||||
public string $key = self::KEY;
|
||||
public string $name = "Browser Search";
|
||||
public string $url = "http://atravelinggeek.com/";
|
||||
public array $authors = ["ATravelingGeek"=>"atg@atravelinggeek.com"];
|
||||
public array $authors = ["ATravelingGeek" => "atg@atravelinggeek.com"];
|
||||
public string $license = self::LICENSE_GPLV2;
|
||||
public ?string $version = "0.1c, October 26, 2007";
|
||||
public string $description = "Allows the user to add a browser 'plugin' to search the site with real-time suggestions";
|
||||
|
@ -65,7 +65,7 @@ class BrowserSearch extends Extension
|
||||
}
|
||||
$tags = $database->get_col(
|
||||
"SELECT tag FROM tags WHERE tag LIKE :tag AND count > 0 ORDER BY $order LIMIT 30",
|
||||
['tag'=>$tag_search."%"]
|
||||
['tag' => $tag_search."%"]
|
||||
);
|
||||
|
||||
// And to do stuff with it. We want our output to look like:
|
||||
|
Reference in New Issue
Block a user