From: diml Date: Tue, 15 Apr 2008 22:11:11 +0000 (+0000) Subject: Merge from 18 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d77d0dd57abed9357f6b22fb8e5356a6622ccc41;p=moodle.git Merge from 18 --- diff --git a/blocks/search/block_search.php b/blocks/search/block_search.php index cfc2fd26d0..92b05be271 100644 --- a/blocks/search/block_search.php +++ b/blocks/search/block_search.php @@ -1,14 +1,17 @@ get_string() + * the user will be redirected to the query page where they can enter more + * advanced queries, and view the results of their search. When searching from + * this block, the broadest possible selection of documents is searched. + * + * + * Todo: make strings -> get_string() + * + * @package search + * @subpackage search block + * @author: Michael Champanis (mchampan), reengineered by Valery Fremaux + * @date: 2006 06 25 */ class block_search extends block_base { @@ -16,7 +19,7 @@ function init() { $this->title = get_string('blockname', 'block_search'); $this->cron = 1; - $this->version = 2007112700; + $this->version = 2008031500; } //init // only one instance of this block is required @@ -82,4 +85,4 @@ } //block_search -?> +?> \ No newline at end of file