Changeset 11095
- Timestamp:
- 08/25/08 10:58:17 (2 years ago)
- Files:
-
- branches/1.1/lib/debug/sfWebDebug.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/debug/sfWebDebug.class.php
r9459 r11095 181 181 if (preg_match('/execute(?:Query|Update).+?\:\s+(.+)$/', $log, $match)) 182 182 { 183 $sqlLogs[] .= $match[1];183 $sqlLogs[] = $match[1]; 184 184 } 185 185

