Changeset 2899 for trunk/system/libraries/Calendar_Event.php
- Timestamp:
- 06/25/2008 03:04:09 AM (5 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Calendar_Event.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Calendar_Event.php
r2675 r2899 240 240 } 241 241 242 foreach (array_diff_key($this->conditions, $tested) as $key => $value) 242 $conditions = array_diff_key($this->conditions, $tested); 243 244 foreach ($conditions as $key => $value) 243 245 { 244 246 if ($key === 'callback')
