/[drupal]/contributions/modules/jlightbox/jlightbox.install
ViewVC logotype

Contents of /contributions/modules/jlightbox/jlightbox.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download) (as text)
Fri Sep 28 13:55:19 2007 UTC (2 years, 1 month ago) by sun
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, HEAD
Changes since 1.2: +2 -2 lines
File MIME type: text/x-php
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