Ignore:
Timestamp:
Jan 23, 2013, 12:20:32 AM (11 years ago)
Author:
julien1311
Message:

[piwecard] working on ajax to preview email messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Piwecard/include/piwecard.class.php

    r20320 r20341  
    180180                       
    181181                        if (!empty($page['category'])) {
    182                                 // Gets all upper categories from the image category
     182                                // Gets all upper categories from the image category to test
     183                                //      - if the upper category is activated for this function
    183184                                $query = 'SELECT * FROM '.CATEGORIES_TABLE.' WHERE id = '.pwg_db_real_escape_string($page['category']['id']).';';
    184185                                $cat = pwg_db_fetch_assoc(pwg_query($query));
Note: See TracChangeset for help on using the changeset viewer.