Ignore:
Timestamp:
Oct 23, 2009, 1:48:54 AM (15 years ago)
Author:
LucMorizur
Message:

[Event Cats] PNG, JS, TPL and CSS normally finished now. Remains "only" PHP and SQL...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/event_cats/main.inc.php

    r4019 r4092  
    122122        if (isset($_GET['cat'])) $ec_cat = $_GET['cat'];
    123123        if (isset($_GET['img'])) $ec_img = $_GET['img'];
    124         if (
    125          $ec_entry['forced'] == 'true' and
    126          !is_in($ec_entry['action'], '_f_pb')
    127         ) {
     124        if ($ec_entry['forced'] == 'true') {
    128125          if (empty($ec_entry['arg1']) and !empty($ec_entry['arg2'])) {
    129126            $ec_ap = $ec_entry['arg2'];
Note: See TracChangeset for help on using the changeset viewer.