| 1 |
<?php |
<?php |
| 2 |
// $Id$ |
// $Id: multiping.module,v 1.4 2008/03/31 21:53:46 skyr Exp $ |
| 3 |
|
|
| 4 |
define("_multiping_when_active", 1); |
define("_multiping_when_active", 1); |
| 5 |
define("_multiping_when_taxonomy", 2); |
define("_multiping_when_taxonomy", 2); |
| 214 |
* If pingatonce is set, check pings. |
* If pingatonce is set, check pings. |
| 215 |
*/ |
*/ |
| 216 |
function multiping_nodeapi(&$node, $op, $a3=NULL, $a4=NULL) { |
function multiping_nodeapi(&$node, $op, $a3=NULL, $a4=NULL) { |
| 217 |
drupal_set_message("op=".$op); |
//drupal_set_message("op=".$op); |
| 218 |
watchdog("Multiping","op=$op"); |
//watchdog("Multiping","op=$op"); |
| 219 |
switch ($op) { |
switch ($op) { |
| 220 |
case 'insert': |
case 'insert': |
| 221 |
case 'update': |
case 'update': |