Parent Directory
|
Revision Log
|
Revision Graph
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 |