| 1 |
<?php |
<?php |
| 2 |
// $Id: twitter.module,v 1.3.2.12 2009/04/09 14:34:26 eaton Exp $ |
// $Id: twitter.module,v 1.3.2.13 2009/07/02 14:18:11 eaton Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* Implementation of hook_meu() |
* Implementation of hook_meu() |
| 105 |
* |
* |
| 106 |
* Intercepts newly published nodes and posts noticed to Twitter. |
* Intercepts newly published nodes and posts noticed to Twitter. |
| 107 |
*/ |
*/ |
| 108 |
function twitter_nodeapi(&$node, $op, $a1) { |
function twitter_nodeapi(&$node, $op, $a3 = NULL, $a4 = NULL) { |
| 109 |
module_load_include('inc', 'twitter'); |
module_load_include('inc', 'twitter'); |
| 110 |
|
|
| 111 |
switch ($op) { |
switch ($op) { |