summaryrefslogtreecommitdiff
path: root/includes/xmlrpcs.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2005-08-11 12:57:41 +0000
committerDries Buytaert <dries@buytaert.net>2005-08-11 12:57:41 +0000
commitb69b43d1ec06658b8f7d785196f0168b1adbf5bd (patch)
tree87fd62da91b9174b59dc2e3cec77a55b09307e4b /includes/xmlrpcs.inc
parentceb013278e4846f6e77cbea12660a9644f9783f5 (diff)
downloadbrdo-b69b43d1ec06658b8f7d785196f0168b1adbf5bd.tar.gz
brdo-b69b43d1ec06658b8f7d785196f0168b1adbf5bd.tar.bz2
- Patch #28482 by Uwe: add CVS $Id$ tags to all source files in Drupal core. This allows admins to know exactly which version of which files they use. In addition I want to use CVS $Id$ tags in my upcoming security.module to check for possible vulnerabilities. That's not possible if some files simply don't have $Id$s.
Note: I also (mostly) unified the tags to use the "// ID" form instead of "/* ID */", but that's more of a cosmetic issue. I'm not sure whether *.txt files and the stuff in themes/ need tags(?).
Diffstat (limited to 'includes/xmlrpcs.inc')
-rw-r--r--includes/xmlrpcs.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/xmlrpcs.inc b/includes/xmlrpcs.inc
index f50b3d788..49023b942 100644
--- a/includes/xmlrpcs.inc
+++ b/includes/xmlrpcs.inc
@@ -1,4 +1,5 @@
<?php
+// $Id$
function xmlrpc_server($callbacks) {
$xmlrpc_server = new stdClass();
@@ -282,4 +283,4 @@ function xmlrpc_server_method_help($xmlrpc_server, $method) {
return $xmlrpc_server->help[$method];
}
-?> \ No newline at end of file
+?>