drupal/includes
Dries Buytaert c2f3cb2b63 - Renamed 'xmlrpc_decode' to '_xmlrpc_decode' to avoid redeclaration when
PHP's XML-RPC library is enabled.

- Renamed 'xmlrpc_encode' to '_xmlrpc_encode' to avoid redeclaration when
  PHP's XML-RPC library is enabled.

- Removed 'if (funcion_exist("xmlrpc_encode"))' check from common.inc.
2003-04-29 22:02:02 +00:00
..
common.inc - Renamed 'xmlrpc_decode' to '_xmlrpc_decode' to avoid redeclaration when 2003-04-29 22:02:02 +00:00
conf.php - All LIMIT queries must go through the pager or through db_query_range(). 2003-03-16 07:02:20 +00:00
database.inc - node.module: 2001-11-05 22:59:11 +00:00
database.mysql.inc - Patch by Ax. Fixed some syntax errors: 2003-04-04 06:17:02 +00:00
database.pear.inc Patch by Ax: 2003-03-16 17:38:51 +00:00
menu.inc - Don't report duplicate entries - it is an OK thing to do. 2003-04-21 12:31:51 +00:00
module.inc - Fixed some PHP "notices". 2003-04-21 14:55:03 +00:00
pager.inc - All LIMIT queries must go through the pager or through db_query_range(). 2003-03-16 07:02:20 +00:00
theme.inc - A one line patch to theme.inc which adds a missing page title variable to 2003-04-25 20:10:36 +00:00
xmlrpc.inc - Renamed 'xmlrpc_decode' to '_xmlrpc_decode' to avoid redeclaration when 2003-04-29 22:02:02 +00:00
xmlrpcs.inc - Upgraded the XML-RPC libraries to the latest version as suggested by 2001-12-05 18:37:44 +00:00