Ignore:
Timestamp:
Jul 21, 2009, 12:32:37 AM (15 years ago)
Author:
tiico
Message:

Personnalize the icon in the cooliris feed (on the wall)
Unstall the plugin will suppress the configuration on the database

Location:
extensions/piclens/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/piclens/include/Piclens.class.php

    r3645 r3649  
    321321                     if(is_string($row[0]))
    322322                         {
    323                         $this->my_config = unserialize($row[0]);
     323//                      $this->my_config = unserialize($row[0]);
     324                        $this->my_config = unserialize(($row[0]));
    324325                     }
    325326            }
     
    368369              VALUES(
    369370                \''.PICLENS_CFG_DB.'\',
    370                 \''.serialize($this->my_config).'\',
     371                \''.(serialize($this->my_config)).'\',
    371372                \'Configuration de Piclens\')
    372373            ;';
  • extensions/piclens/include/default_values.inc.php

    r3645 r3649  
    8585$piclens_default_values['piclens_exclude_double']       = false; // Suppression des doublons
    8686$piclens_default_values['piclens_maxcomment_nb']        = 1;    // derniers commentaires
     87$piclens_default_values['piclens_rss_icon'] = "";
    8788?>
Note: See TracChangeset for help on using the changeset viewer.