Changeset 2086


Ignore:
Timestamp:
Sep 11, 2007, 11:37:42 PM (17 years ago)
Author:
rub
Message:

Resolved 0000744: pwg_log: image_type is always null

Merge branch-1_7 2048:2050 into BSF

File:
1 edited

Legend:

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

    r2071 r2086  
    491491    '.(isset($page['category']) ? $page['category']['id'] : 'NULL').',
    492492    '.(isset($image_id) ? $image_id : 'NULL').',
    493     '.(isset($image_id) ? "'".$image_type."'" : 'NULL').',
     493    '.(isset($image_type) ? "'".$image_type."'" : 'NULL').',
    494494    '.(isset($tags_string) ? "'".$tags_string."'" : 'NULL').'
    495495  )
Note: See TracChangeset for help on using the changeset viewer.