summaryrefslogtreecommitdiff
path: root/xmlrpc.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2001-10-16 20:13:22 +0000
committerDries Buytaert <dries@buytaert.net>2001-10-16 20:13:22 +0000
commit33a3502dfee073325f5046baee655e6a2bdb29ec (patch)
tree7632ce5324998a3dac61b975cc2b3e24e1080063 /xmlrpc.php
parent2ec1512419549fa48fb9925b8cd31e239864769d (diff)
downloadbrdo-33a3502dfee073325f5046baee655e6a2bdb29ec.tar.gz
brdo-33a3502dfee073325f5046baee655e6a2bdb29ec.tar.bz2
- Removed a node's link ID (lid) as discussed on the mailing list. See
'updates/3.00-to.x.xx.mysql' for the required MySQL updates. - Renamed some "author" fields to "uid" fields for sake of consistency. - Fixed the coding style of some PHP files. - Fixed the moderation queue (fairly untested though). - Re-introduced the temporary SQL table in _node_get(). - Added a missing 'auto_increment' to 'updates/3.00-to-x.xx.mysql'.
Diffstat (limited to 'xmlrpc.php')
-rw-r--r--xmlrpc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlrpc.php b/xmlrpc.php
index 7bc237d40..c6a2466aa 100644
--- a/xmlrpc.php
+++ b/xmlrpc.php
@@ -1,6 +1,6 @@
<?php
-include_once("includes/xmlrpcs.inc");
+include_once "includes/xmlrpcs.inc";
include_once "includes/common.inc";
$functions = array();