Show
Ignore:
Timestamp:
06/25/2008 03:04:09 AM (5 months ago)
Author:
armen
Message:

Removed extra called in foreaches.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/Calendar_Event.php

    r2675 r2899  
    240240                } 
    241241 
    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) 
    243245                { 
    244246                        if ($key === 'callback')