From: <var...@us...> - 2009-03-31 12:20:27
|
Revision: 6745 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6745&view=rev Author: vargenau Date: 2009-03-31 12:20:18 +0000 (Tue, 31 Mar 2009) Log Message: ----------- Remove history Modified Paths: -------------- trunk/tests/CompatInfo.php trunk/tests/unit/test.php Modified: trunk/tests/CompatInfo.php =================================================================== --- trunk/tests/CompatInfo.php 2009-03-31 12:12:00 UTC (rev 6744) +++ trunk/tests/CompatInfo.php 2009-03-31 12:20:18 UTC (rev 6745) @@ -153,16 +153,6 @@ echo "</pre>\n"; } -// $Log: not supported by cvs2svn $ -// Revision 1.2 2004/08/24 00:27:29 rurban -// Turn recursion on -// -// Revision 1.1 2004/08/24 00:21:57 rurban -// Print the PHP compatibility info for phpwiki. -// per file and per project, -// (which function is dependend on which php version?) -// - // (c-file-style: "gnu") // Local Variables: // mode: php @@ -171,4 +161,4 @@ // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil // End: -?> \ No newline at end of file +?> Modified: trunk/tests/unit/test.php =================================================================== --- trunk/tests/unit/test.php 2009-03-31 12:12:00 UTC (rev 6744) +++ trunk/tests/unit/test.php 2009-03-31 12:20:18 UTC (rev 6745) @@ -659,20 +659,6 @@ if (isset($HTTP_SERVER_VARS['REQUEST_METHOD'])) echo "</pre>\n"; -// $Log: not supported by cvs2svn $ -// Revision 1.46 2007/01/21 12:26:38 rurban -// Improve UI (label, button) -// -// Revision 1.45 2007/01/04 16:48:15 rurban -// Do sqlite -// -// Revision 1.44 2006/12/23 11:44:56 rurban -// deal with strict references and the order of deletion -// -// Revision 1.43 2006/06/05 09:35:02 rurban -// add experimental backend flatfile, minor fixes -// - // (c-file-style: "gnu") // Local Variables: // mode: php This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |