diff --git a/lib/searchform.php b/lib/searchform.php index 4c63264006..d3cf228c36 100644 --- a/lib/searchform.php +++ b/lib/searchform.php @@ -4,7 +4,7 @@ * Copyright (C) 2011, StatusNet, Inc. * * Form for searching a StatusNet site - * + * * PHP version 5 * * This program is free software: you can redistribute it and/or modify @@ -44,7 +44,6 @@ if (!defined('STATUSNET')) { * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html AGPL 3.0 * @link http://status.net/ */ - class SearchForm extends Form { /** @@ -55,7 +54,6 @@ class SearchForm extends Form * * @return void */ - function formData() { $this->out->element('input', array('name' => 'q', @@ -71,7 +69,6 @@ class SearchForm extends Form * * @return void */ - function formActions() { $this->out->element('input', array('type' => 'submit', @@ -86,7 +83,6 @@ class SearchForm extends Form * * @return int ID of the form */ - function id() { return 'header-search'; @@ -100,7 +96,6 @@ class SearchForm extends Form * * @return string URL to post to */ - function action() { return common_local_url('noticesearch');