Search was broken. fixed. List all is weird however, it works but does not alternate...
[squirrelmail.git] / plugins / squirrelspell / sqspell_options.php
index 348034b99a420670d0c13e43d2a37e650e3497de..8311678b91b6550367ec05d9b5777e3edeab0a6e 100644 (file)
@@ -3,7 +3,7 @@
    /**
     **  sqspell_options.php -- Main wrapper for the options interface.
     **
-    **  Copyright (c) 1999-2001 The SquirrelMail development team
+    **  Copyright (c) 1999-2002 The SquirrelMail development team
     **  Licensed under the GNU GPL. For full terms see the file COPYING.
     **
     **
@@ -34,7 +34,7 @@
     /*
     ** see if someone is attempting to be nasty by trying to get out of the
     ** modules directory, although it probably wouldn't do them any good,
-    ** since every module has to end with .mod.php. Still, they deserve
+    ** since every module has to end with .mod. Still, they deserve
     ** to be warned. ;)
     */
     if (strstr($MOD, ".") || strstr($MOD, "/") || strstr($MOD, "%")){
@@ -42,5 +42,5 @@
         exit;
     }
     /* load the stuff already. */
-    require_once("$SQSPELL_DIR/modules/$MOD.mod.php");
-?>
\ No newline at end of file
+    require_once("$SQSPELL_DIR/modules/$MOD.mod");
+?>