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) { |
| 4 | return $this->call($function, $arguments, false); |
| 5 | } |
| 6 | } |
| 7 | ?> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |