[pLog-svn] r3240 - plog/trunk/tools

oscar at devel.lifetype.net oscar at devel.lifetype.net
Tue Apr 11 22:07:34 GMT 2006


Author: oscar
Date: 2006-04-11 22:07:33 +0000 (Tue, 11 Apr 2006)
New Revision: 3240

Modified:
   plog/trunk/tools/generateData.php
Log:
getting rid of one annoying warning message


Modified: plog/trunk/tools/generateData.php
===================================================================
--- plog/trunk/tools/generateData.php	2006-04-11 22:02:58 UTC (rev 3239)
+++ plog/trunk/tools/generateData.php	2006-04-11 22:07:33 UTC (rev 3240)
@@ -33,6 +33,7 @@
 
 function generateRandomWord($lenght, $uppercase = false, $html = true) {
     $newcode_length = 1;
+    $newcode = "";
     while($newcode_length < $lenght) {
         $a=97;
         $b=122;



More information about the pLog-svn mailing list