Changeset 28494 for trunk/include


Ignore:
Timestamp:
May 17, 2014, 2:11:47 PM (10 years ago)
Author:
mistic100
Message:

feature 3077 : use Selectize with AJAX load/cache on picture_modify

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/ws_functions/pwg.categories.php

    r26953 r28494  
    487487  GROUP BY category_id
    488488;';
    489   $nb_images_of = simple_hash_from_query($query, 'category_id', 'counter');
     489  $nb_images_of = query2array($query, 'category_id', 'counter');
    490490
    491491  $query = '
     
    506506        $row['name'],
    507507        'ws_categories_getAdminList'
     508        )
     509      );
     510    $row['fullname'] = strip_tags(
     511      get_cat_display_name_cache(
     512        $row['uppercats'],
     513        null
    508514        )
    509515      );
Note: See TracChangeset for help on using the changeset viewer.