Changeset 493
- Timestamp:
- 03/22/08 10:14:46 (10 months ago)
- Files:
-
- 1 modified
-
trunk/asyncEventProcessor.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/asyncEventProcessor.php
r452 r493 79 79 endif; 80 80 81 $this->e = &owa_error::get_instance();81 //$this->e = &owa_error::get_instance(); 82 82 83 83 // Turns off async setting so that the proper event queue is created … … 94 94 return; 95 95 } 96 97 96 98 97 99 /**
