Changeset 12544 for trunk/include


Ignore:
Timestamp:
Nov 4, 2011, 10:27:18 PM (12 years ago)
Author:
plg
Message:

merge r12539 from branch 2.3 to trunk

feature 2352: a bug had been introduced by r12537, the piwigo_user_cache_categories.count_categories
was missing (the list of albums was not refreshing correctly on the upload form)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/ws_functions.inc.php

    r12543 r12544  
    491491    comment,
    492492    nb_images, count_images AS total_nb_images,
    493     user_representative_picture_id, count_images,
     493    user_representative_picture_id, count_images, count_categories,
    494494    date_last, max_date_last, count_categories AS nb_categories
    495495  FROM '.CATEGORIES_TABLE.'
     
    724724    unset($cat['user_representative_picture_id']);
    725725    unset($cat['count_images']);
     726    unset($cat['count_categories']);
    726727  }
    727728  unset($cat); 
Note: See TracChangeset for help on using the changeset viewer.