From: <var...@us...> - 2012-10-01 08:36:28
|
Revision: 8346 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8346&view=rev Author: vargenau Date: 2012-10-01 08:36:17 +0000 (Mon, 01 Oct 2012) Log Message: ----------- Remove svn:keywords Modified Paths: -------------- trunk/lib/XMLRPC/xmlrpc.inc trunk/lib/XMLRPC/xmlrpc_emu.inc trunk/lib/XMLRPC/xmlrpcs.inc trunk/lib/XMLRPC/xmlrpcs_emu.inc trunk/tests/unit/mysql-test-destroy.sql trunk/tests/unit/mysql-test-initialize.sql trunk/tests/unit/psql-test-initialize.sql Property Changed: ---------------- trunk/lib/XMLRPC/xmlrpc.inc trunk/lib/XMLRPC/xmlrpc_emu.inc trunk/lib/XMLRPC/xmlrpcs.inc trunk/lib/XMLRPC/xmlrpcs_emu.inc trunk/tests/unit/mysql-test-destroy.sql trunk/tests/unit/mysql-test-initialize.sql trunk/tests/unit/psql-test-initialize.sql Modified: trunk/lib/XMLRPC/xmlrpc.inc =================================================================== --- trunk/lib/XMLRPC/xmlrpc.inc 2012-10-01 08:32:10 UTC (rev 8345) +++ trunk/lib/XMLRPC/xmlrpc.inc 2012-10-01 08:36:17 UTC (rev 8346) @@ -1,9 +1,7 @@ -<?php // -*-c++-*- +<?php // by Edd Dumbill (C) 1999-2002 // <ed...@us...> -// $Id$ - // Copyright (c) 1999,2000,2002 Edd Dumbill. // All rights reserved. // Property changes on: trunk/lib/XMLRPC/xmlrpc.inc ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/lib/XMLRPC/xmlrpc_emu.inc =================================================================== --- trunk/lib/XMLRPC/xmlrpc_emu.inc 2012-10-01 08:32:10 UTC (rev 8345) +++ trunk/lib/XMLRPC/xmlrpc_emu.inc 2012-10-01 08:36:17 UTC (rev 8346) @@ -36,9 +36,6 @@ // <ed...@us...> // -// $Id$ - - // Copyright (c) 1999,2000,2001 Edd Dumbill. // All rights reserved. // @@ -675,4 +672,4 @@ return $xmlrpc_val; } -?> \ No newline at end of file +?> Property changes on: trunk/lib/XMLRPC/xmlrpc_emu.inc ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/lib/XMLRPC/xmlrpcs.inc =================================================================== --- trunk/lib/XMLRPC/xmlrpcs.inc 2012-10-01 08:32:10 UTC (rev 8345) +++ trunk/lib/XMLRPC/xmlrpcs.inc 2012-10-01 08:36:17 UTC (rev 8346) @@ -1,7 +1,6 @@ <?php // by Edd Dumbill (C) 1999-2002 // <ed...@us...> -// $Id$ // Copyright (c) 1999,2000,2002 Edd Dumbill. // All rights reserved. Property changes on: trunk/lib/XMLRPC/xmlrpcs.inc ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/lib/XMLRPC/xmlrpcs_emu.inc =================================================================== --- trunk/lib/XMLRPC/xmlrpcs_emu.inc 2012-10-01 08:32:10 UTC (rev 8345) +++ trunk/lib/XMLRPC/xmlrpcs_emu.inc 2012-10-01 08:36:17 UTC (rev 8346) @@ -38,10 +38,8 @@ */ - // by Edd Dumbill (C) 1999,2000 // <ed...@us...> -// $Id$ // License is granted to use or modify this software ("XML-RPC for PHP") // for commercial or non-commercial use provided the copyright of the author @@ -269,4 +267,4 @@ global $_xmlrpc_debuginfo; $_xmlrpc_debuginfo=$_xmlrpc_debuginfo . $m . "\n"; } -?> \ No newline at end of file +?> Property changes on: trunk/lib/XMLRPC/xmlrpcs_emu.inc ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/tests/unit/mysql-test-destroy.sql =================================================================== --- trunk/tests/unit/mysql-test-destroy.sql 2012-10-01 08:32:10 UTC (rev 8345) +++ trunk/tests/unit/mysql-test-destroy.sql 2012-10-01 08:36:17 UTC (rev 8346) @@ -1,5 +1,3 @@ --- $Id$ - drop table if exists test_page; drop table if exists test_version; drop table if exists test_recent; Property changes on: trunk/tests/unit/mysql-test-destroy.sql ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/tests/unit/mysql-test-initialize.sql =================================================================== --- trunk/tests/unit/mysql-test-initialize.sql 2012-10-01 08:32:10 UTC (rev 8345) +++ trunk/tests/unit/mysql-test-initialize.sql 2012-10-01 08:36:17 UTC (rev 8346) @@ -1,4 +1,3 @@ --- $Id$ -- for the regression suite drop table if exists test_page; Property changes on: trunk/tests/unit/mysql-test-initialize.sql ___________________________________________________________________ Deleted: svn:keywords - Id Modified: trunk/tests/unit/psql-test-initialize.sql =================================================================== --- trunk/tests/unit/psql-test-initialize.sql 2012-10-01 08:32:10 UTC (rev 8345) +++ trunk/tests/unit/psql-test-initialize.sql 2012-10-01 08:36:17 UTC (rev 8346) @@ -1,4 +1,3 @@ --- $Id$ -- for the regression suite \set prefix 'test_' Property changes on: trunk/tests/unit/psql-test-initialize.sql ___________________________________________________________________ Deleted: svn:keywords - Id This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |