Show
Ignore:
Timestamp:
03/27/06 15:02:53 (6 years ago)
Author:
haas
Message:

working Pear install w/ tests

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/trax/vendor/trax/templates/error.phtml

    r166 r192  
    4949<?php endif; ?> 
    5050 
    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'])): ?> 
    5253<p><a href="#" onclick="expandContract('sql_trace')">Show SQL trace</a> 
    5354<pre id="sql_trace" style="display:none">