Closed (fixed)
Project:
Chessboard Renderer
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
14 Aug 2010 at 14:39 UTC
Updated:
28 Aug 2010 at 18:40 UTC
/**
* Implementation of hook_filter().
*/
function chessboard_filter($op, $delta=0, $format=-1, $text='') {
In Drupal 6 hook_filter() has one more argument and in D7 our process callback will be invoked with this $cache_id argument. Best to add it already.
Comments
Comment #1
eric_a commentedCommitted to MAIN and DRUPAL-6--1.