Ignore:
Timestamp:
Oct 2, 2009, 11:26:21 PM (15 years ago)
Author:
LucMorizur
Message:

[Event Cats] Bug-free files... hopefully...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/event_cats/include/ec_conf.inc.php

    r3969 r3971  
    104104  switch ($c) {
    105105    case 'activated':
    106       return $d[0];
     106      return $ec_conf[0];
    107107    break;
    108108    case 'dup_allow':
    109       return $d[1];
     109      return $ec_conf[1];
    110110    break;
    111111    case 'unknown_code':
    112       return $d[2];
     112      return $ec_conf[2];
    113113    break;
    114114    case 'unknown_code_ap_id':
    115       return $d[3];
     115      return $ec_conf[3];
    116116    break;
    117117    default: return false;
Note: See TracChangeset for help on using the changeset viewer.