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

Contents of /contributions/modules/coolfilter/php4_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: +8 -8 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, &$return) {
4 $return = $this->call($function, $arguments, false);
5 return true;
6 }
7 }
8 overload('phprpc_client');
9 ?>

  ViewVC Help
Powered by ViewVC 1.1.2