Changeset 10841


Ignore:
Timestamp:
May 10, 2011, 6:35:37 PM (13 years ago)
Author:
mistic100
Message:

add an other (don't forget to test before commit...)

File:
1 edited

Legend:

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

    r10840 r10841  
    33{
    44  global $conf;
    5 
    65 
    76  if (!isset($conf['cryptographp_theme']))
     
    1110}
    1211
    13 function plugin_activate($id, $version, &$errors)
    14 {
    15   global $conf;
    16 
    17   if (!isset($conf['cryptographp_theme']))
    18   {
    19     plugin_install();
    20   }
    21 }
    22 
    23 
    2412function plugin_uninstall()
    2513{
Note: See TracChangeset for help on using the changeset viewer.