Ignore:
Timestamp:
Sep 23, 2008, 11:26:36 PM (16 years ago)
Author:
plg
Message:

bug fixed: now that WebService method pwg.images.add create image records
with no storage_category_id, we allow this field to be null in the
administration code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/functions.php

    r2560 r2575  
    10581058SELECT DISTINCT(storage_category_id)
    10591059  FROM '.IMAGES_TABLE.'
     1060  WHERE storage_category_id IS NOT NULL
    10601061;';
    10611062  $cat_ids = array_from_query($query, 'storage_category_id');
Note: See TracChangeset for help on using the changeset viewer.