Changeset 192 for trunk/trax/vendor/trax/templates
- Timestamp:
- 03/27/06 15:02:53 (6 years ago)
- Files:
-
- 1 modified
-
trunk/trax/vendor/trax/templates/error.phtml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/templates/error.phtml
r166 r192 49 49 <?php endif; ?> 50 50 51 <?php if(count($GLOBALS['ACTIVE_RECORD_SQL_LOG'])): ?> 51 <?php if(array_key_exists('ACTIVE_RECORD_SQL_LOG',$GLOBALS) 52 && count($GLOBALS['ACTIVE_RECORD_SQL_LOG'])): ?> 52 53 <p><a href="#" onclick="expandContract('sql_trace')">Show SQL trace</a> 53 54 <pre id="sql_trace" style="display:none">
