Parent Directory
|
Revision Log
|
Revision Graph
Fixed call to undefined function during installation if cck is not installed.
| 1 | <?php |
| 2 | // $Id: jlightbox.install,v 1.2 2007/09/28 13:29:33 sun Exp $ |
| 3 | |
| 4 | function jlightbox_install() { |
| 5 | // Clear content type cache to update field formatters. |
| 6 | module_invoke('content', 'clear_type_cache'); |
| 7 | } |
| 8 |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |