Ignore:
Timestamp:
Aug 2, 2012, 6:38:10 PM (12 years ago)
Author:
mistic100
Message:
  • many small improvements
  • protect "generic" functions
  • complete localization
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/pbase2piwigo/include/ws_functions.inc.php

    r17225 r17314  
    111111  $category = &get_current_cat($tree, $params['path']);
    112112 
    113   if ($category['path'] == '/root')
    114   {
    115     $category['title'] = 'Import PBase';
    116   }
    117  
    118113  // add category
    119114  $query = '
     
    143138    'pictures' => array(),
    144139    'categories' => array(),
    145     'message' => sprintf(l10n('Album "%s" added'), $category['title']),
     140    'message' => sprintf(l10n('Album "%s" created'), $category['title']),
    146141    );
    147142   
Note: See TracChangeset for help on using the changeset viewer.