Changeset 11351
- Timestamp:
- 02/12/11 18:13:53 (2 years ago)
- Files:
-
- modules/branches/2.9/core/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.9/core/functions.inc.php
r11342 r11351 221 221 // TODO: Temporary Kludge until CCSS is fixed 222 222 // 223 if ( version_compare($ast_version, "1.8", "ge")) {223 if (function_exists('campon_get_config') && version_compare($ast_version, "1.8", "ge")) { 224 224 $cc_monitor_policy = "cc_monitor_policy=generic\n"; 225 225 } else {
