token termpath.
rus032 - October 24, 2009 - 09:22
| Project: | Automatic Nodetitles |
| Version: | 6.x-1.2 |
| Component: | Miscellaneous |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
This code "dont work". don't see on created node.
<?php
$termpath = '[termpath]';
list($parenterm, $childterm) = split('//', $termpath);
return $parenterm . ' ' . $childterm;
?>works after update node.
help please
