/[drupal]/contributions/modules/coolfilter/php5_rpc_client.php
ViewVC logotype

Contents of /contributions/modules/coolfilter/php5_rpc_client.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download) (as text)
Wed Feb 14 02:51:02 2007 UTC (2 years, 9 months ago) by lllkkk
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-5, DRUPAL-5--2
Changes since 1.1: +6 -6 lines
File MIME type: text/x-php
Add .install file and hack for drupal 5.1
1 <?php
2 class phprpc_client extends __phprpc_client {
3 function __call($function, $arguments) {
4 return $this->call($function, $arguments, false);
5 }
6 }
7 ?>

  ViewVC Help
Powered by ViewVC 1.1.2