Changeset 19365


Ignore:
Timestamp:
Dec 9, 2012, 1:46:43 PM (11 years ago)
Author:
mistic100
Message:

remove old code

File:
1 edited

Legend:

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

    r15994 r19365  
    1111}
    1212
    13 function plugin_activate()
    14 {
    15   global $conf;
    16  
    17   if (@unserialize($conf['GooglePlusOne']) === false)
    18   {
    19     $google_conf = explode(',', $conf['GooglePlusOne']);
    20     $google_conf = array(
    21       'size' => $tweet_conf[0],
    22       'position' => $tweet_conf[1],
    23       'annotation' => 'bubble',
    24       );
    25      
    26     conf_update_param('GooglePlusOne', serialize($google_conf));
    27   }
    28 }
    29 
    3013function plugin_uninstall()
    3114{
Note: See TracChangeset for help on using the changeset viewer.