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

File:
1 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            ;';
Note: See TracChangeset for help on using the changeset viewer.