]> git.mjollnir.org Git - moodle.git/commitdiff
Merge from 18
authordiml <diml>
Tue, 15 Apr 2008 22:11:11 +0000 (22:11 +0000)
committerdiml <diml>
Tue, 15 Apr 2008 22:11:11 +0000 (22:11 +0000)
blocks/search/block_search.php

index cfc2fd26d07608939ffd987f3c010f51a5db326f..92b05be2714a5e2256352b47da38c2d450aa7f7d 100644 (file)
@@ -1,14 +1,17 @@
 <?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 {
@@ -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