Changeset 2085


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

Resolved 0000744: pwg_log: image_type is always null

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_7/include/functions.inc.php

    r2072 r2085  
    490490    '.(isset($page['category']) ? $page['category']['id'] : 'NULL').',
    491491    '.(isset($image_id) ? $image_id : 'NULL').',
    492     '.(isset($image_id) ? "'".$image_type."'" : 'NULL').',
     492    '.(isset($image_type) ? "'".$image_type."'" : 'NULL').',
    493493    '.(isset($tags_string) ? "'".$tags_string."'" : 'NULL').'
    494494  )
Note: See TracChangeset for help on using the changeset viewer.