From 5f1b8a96c8f5dc81ab10de0ce35a3d087ad6b847 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 4 Oct 2006 05:18:53 +0000 Subject: [PATCH] Removing a weird issue with rand() --- functions.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/functions.php b/functions.php index c1b5bee..a1f2492 100644 --- a/functions.php +++ b/functions.php @@ -449,11 +449,6 @@ class Functions $string[ mt_rand() ] = chr(rand(97, 122)); } - if ($length != sizeof($string)) - { - return $this->rand($length); - } - // Sort the chars by thier random assignment ksort($string); -- 2.22.5