Changeset 3999 for extensions/event_cats/include/ec_conf.inc.php
- Timestamp:
- Oct 9, 2009, 8:23:38 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/event_cats/include/ec_conf.inc.php
r3971 r3999 103 103 global $ec_conf; 104 104 switch ($c) { 105 case 'activated': 106 return $ec_conf[0]; 107 break; 108 case 'dup_allow': 109 return $ec_conf[1]; 110 break; 111 case 'unknown_code': 112 return $ec_conf[2]; 113 break; 114 case 'unknown_code_ap_id': 115 return $ec_conf[3]; 116 break; 117 default: return false; 105 case 'activated' : return $ec_conf[0]; 106 case 'dup_allow' : return $ec_conf[1]; 107 case 'unknown_code' : return $ec_conf[2]; 108 case 'unknown_code_ap_id': return $ec_conf[3]; 109 default : return false; 118 110 } 119 111 }
Note: See TracChangeset
for help on using the changeset viewer.