From: <ru...@us...> - 2011-04-17 10:56:23
|
Revision: 8056 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8056&view=rev Author: rurban Date: 2011-04-17 10:56:17 +0000 (Sun, 17 Apr 2011) Log Message: ----------- #ID: 3288350 Typo in timestamp by user OnlineCop Modified Paths: -------------- trunk/configurator.php Modified: trunk/configurator.php =================================================================== --- trunk/configurator.php 2011-04-14 14:26:30 UTC (rev 8055) +++ trunk/configurator.php 2011-04-17 10:56:17 UTC (rev 8056) @@ -2472,7 +2472,7 @@ ) { - $timestamp = date ('dS of F, Y H:i:s'); + $timestamp = date ('dS \of F, Y H:i:s'); $config = " ; This is a local configuration file for PhpWiki. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |