[pLog-svn] r4037 - plog/branches/lifetype-1.1.1

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sun Sep 24 12:13:51 GMT 2006


Author: oscar
Date: 2006-09-24 12:13:51 +0000 (Sun, 24 Sep 2006)
New Revision: 4037

Modified:
   plog/branches/lifetype-1.1.1/wizard.php
Log:
fixed one warning message


Modified: plog/branches/lifetype-1.1.1/wizard.php
===================================================================
--- plog/branches/lifetype-1.1.1/wizard.php	2006-09-24 11:33:16 UTC (rev 4036)
+++ plog/branches/lifetype-1.1.1/wizard.php	2006-09-24 12:13:51 UTC (rev 4037)
@@ -354,7 +354,7 @@
         function WizardSafeModeValidator()
         {
             $this->WizardValidator( "Checking if <b>safe mode</b> is enabled", 
-                                    "LifeType can run when PHP's safe mode is enabled, but please see <a href=\"<span style=\"color:red;font-weight:bold\">ERROR</span>the project wiki</a> for more details",           
+                                    "LifeType can run when PHP's safe mode is enabled, but it may cause some problems.",           
                                     false );
         }    
     



More information about the pLog-svn mailing list