phpdocumentor preparation and a few corrections to earlier phpdocumentor work
[squirrelmail.git] / src / search.php
index fd7199b461cd52cf602a8bbe7e726c39edf200e2..a7f2f004957b0ec1b9ab1b4dc9a9f162eaa5d3ec 100644 (file)
@@ -6,10 +6,11 @@
  * Copyright (c) 1999-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
- * Originally by Alex Lemaresquier - Brainstorm - alex at brainstorm.fr
+ * @author Alex Lemaresquier - Brainstorm - alex at brainstorm.fr
+ * @package squirrelmail
  */
 
-/* Path for SquirrelMail required files. */
+/** Path for SquirrelMail required files. */
 define('SM_PATH','../');
 
 /* SquirrelMail required files. */
@@ -939,4 +940,4 @@ do_hook('search_bottom');
 sqimap_logout($imapConnection);
 echo '</body></html>';
 
-?>
\ No newline at end of file
+?>