Index: examples/colorpicker_example.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/colorpicker/examples/colorpicker_example.module,v retrieving revision 1.4 diff -u -p -r1.4 colorpicker_example.module --- examples/colorpicker_example.module 4 Nov 2007 04:54:49 -0000 1.4 +++ examples/colorpicker_example.module 2 Jan 2009 07:52:50 -0000 @@ -5,7 +5,7 @@ /* * Implementation of hook_menu(). */ -function colorpicker_example_menu($may_cache) { +function colorpicker_example_menu() { $items = array(); if (!$may_cache) { $items[] = array(