| 1 |
<?php |
<?php |
| 2 |
// $Id: autotagging.module,v 1.4 2009/07/11 22:06:07 acstewart Exp $ |
// $Id: autotagging.module,v 1.5 2009/07/13 17:25:01 acstewart Exp $ |
| 3 |
/* |
/* |
| 4 |
* @file autotagging.module |
* @file autotagging.module |
| 5 |
* Module for base Autotagging API. |
* Module for base Autotagging API. |
| 33 |
// act on the node |
// act on the node |
| 34 |
// |
// |
| 35 |
switch ($op) { |
switch ($op) { |
|
case 'delete': |
|
|
// TODO: delete existing terms for this node |
|
|
// |
|
| 36 |
case 'update': |
case 'update': |
| 37 |
case 'insert': |
case 'insert': |
| 38 |
$terms = array(); |
$terms = array(); |