<?php
/* This is the global search shortcut block - a single query can be entered, and
- 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.
-
- Author: Michael Champanis (mchampan)
- Date: 2006 06 25
-
- Todo: make strings -> 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 {
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
} //block_search
-?>
+?>
\ No newline at end of file