Ignore:
Timestamp:
Jan 17, 2009, 3:29:52 PM (15 years ago)
Author:
patdenice
Message:

merge -c3081 from trunk to branch 2.0.
Remove utf8 encode in plugin class.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/admin/plugins_new.php

    r3046 r3082  
    9696  foreach($plugins->server_plugins as $plugin)
    9797  {
    98     /* Need to remove this lines for final release : piwigo website will be utf8 only */
    99     $plugin['extension_description'] = utf8_encode($plugin['extension_description']);
    100     $plugin['revision_description'] = utf8_encode($plugin['revision_description']);
    101 
    10298    list($date, ) = explode(' ', $plugin['revision_date']);
    10399
Note: See TracChangeset for help on using the changeset viewer.