Correct documentation
[squirrelmail.git] / themes / random.php
old mode 100755 (executable)
new mode 100644 (file)
index 2064b78..22c2ec8
@@ -6,7 +6,7 @@
  * Comment: Guess what this does!
  *
  * @author Tyler Akins
- * @copyright © 2000-2007 The SquirrelMail Project Team
+ * @copyright © 2000-2009 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -20,10 +20,6 @@ if (isset($_SERVER['SCRIPT_FILENAME']) && $_SERVER['SCRIPT_FILENAME'] == __FILE_
 
 /** load required functions */
 include_once(SM_PATH . 'functions/global.php');
-include_once(SM_PATH . 'functions/strings.php');
-
-/** Initialize the random number generator */
-sq_mt_randomize();
 
 global $theme;