Ignore:
Timestamp:
Dec 8, 2011, 5:19:34 PM (13 years ago)
Author:
patdenice
Message:

Check md5sum for thumbnail cache.
Compatibility with RV Thumbnails Scroller.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GThumb/maintain.inc.php

    r12678 r12705  
    2222}
    2323
     24function plugin_activate($plugin_id, $version)
     25{
     26  if (in_array($version, array('2.3.a', '2.3.b')))
     27  {
     28    include_once(PHPWG_PLUGINS_PATH.basename(dirname(__FILE__)).'/functions.inc.php');
     29    gtdeltree(PHPWG_ROOT_PATH.PWG_LOCAL_DIR.'GThumb');
     30  }
     31}
     32
    2433?>
Note: See TracChangeset for help on using the changeset viewer.