Ignore:
Timestamp:
Sep 6, 2010, 9:17:52 PM (14 years ago)
Author:
nikrou
Message:

Add hr_HR thanks to LuxZg
Remove configuration when plugin is uninstalled.
Add indexes in languages directories.

File:
1 edited

Legend:

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

    r6433 r6851  
    3434
    3535function plugin_uninstall($plugin_id) {
     36  $config_file = $GLOBALS['conf']['local_data_dir'].'/plugins/';
     37  $config_file .= basename(dirname(__FILE__)).'.dat';
     38  unlink($config_file);
    3639}
    3740?>
Note: See TracChangeset for help on using the changeset viewer.