Changeset 4112
- Timestamp:
- 05/29/07 08:50:42 (2 years ago)
- Files:
-
- tools/lime/trunk/lib/lime.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tools/lime/trunk/lib/lime.php
r3298 r4112 74 74 if ($_SERVER['PHP_SELF']) 75 75 { 76 $i = strstr($traces[0]['file'], $_SERVER['PHP_SELF']) ? 0 : 1;76 $i = strstr($traces[0]['file'], $_SERVER['PHP_SELF']) ? 0 : (isset($traces[1]['file']) ? 1 : 0); 77 77 } 78 78 else