Ignore:
Timestamp:
Jun 28, 2014, 6:26:22 PM (10 years ago)
Author:
plg
Message:

credits to dschwen and his Perl script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/menalto2piwigo/admin.php

    r28825 r28827  
    141141  $ranks = array();
    142142
     143  // the following algorithm is a conversion into PHP of the Perl script
     144  // convertcomments.pl by dschwen, see https://github.com/dschwen/g2piwigo
     145  //
     146  // this plugin just makes things "simpler" for users but the hard part
     147  // comes from dschwen, he deserves all credits!
     148 
    143149  foreach ($piwigo_paths as $dir => $piwigo_id)
    144150  {
Note: See TracChangeset for help on using the changeset viewer.