Ignore:
Timestamp:
Jan 4, 2013, 10:49:31 PM (11 years ago)
Author:
julien1311
Message:

add an admin page to choose the extension to handle

File:
1 edited

Legend:

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

    r19673 r19811  
    33
    44function plugin_install() {
    5        
     5        include_once(dirname(__FILE__).'/install/functions.inc.php');
     6        include_once(dirname(__FILE__).'/install/config_default.inc.php');
     7
     8        pdf2tab_install($config_default);
    69}
    710
    811function plugin_activate() {
    9 
     12        include_once(dirname(__FILE__).'/install/functions.inc.php');
     13       
     14        pdf2tab_update_db();
    1015}
    1116
    1217function plugin_uninstall() {
    13        
     18        include_once(dirname(__FILE__).'/install/functions.inc.php');
     19
     20        pdf2tab_delete_conf("pdf2tab");
    1421}
     22
    1523?>
Note: See TracChangeset for help on using the changeset viewer.