Here is a patch which ports the module to drupal7.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | fix.patch | 542 bytes | dawehner |
| port_7.patch | 2.94 KB | dawehner |
Here is a patch which ports the module to drupal7.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | fix.patch | 542 bytes | dawehner |
| port_7.patch | 2.94 KB | dawehner |
Comments
Comment #1
pasquallethanks
Comment #2
Anonymous (not verified) commentedThis patch is almost all the way there, but the callback function is named inconsistently.
Should be
function insert_view_substitute_tags($text, $format)But right now it is
function _insert_view_substitute_tags($text, $format)Comment #3
dawehnerHere is a patch
Comment #4
pasquallethanks
http://drupal.org/cvs?commit=439996