Changeset 986

Show
Ignore:
Timestamp:
04/16/08 10:58:51 (8 months ago)
Author:
_ck_
Message:

0.2.0 bug fix when checking BB_IS_ADMIN

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bb-benchmark/trunk/_bb-benchmark.php

    r885 r986  
    66Author: _ck_ 
    77Author URI: http://bbShowcase.org 
    8 Version: 0.19 
     8Version: 0.2.0 
    99 
    1010License: CC-GNU-GPL http://creativecommons.org/licenses/GPL/2.0/ 
     
    28280.18    : add hook to admin panel for plugin admin testing 
    29290.19    : bug fix to hide output in some different situations 
     300.2.0   : bug fix when checking BB_IS_ADMIN 
    3031*/ 
    3132 
     
    3435                $timer_stop=bb_timer_stop(0);    
    3536                global $bbdb;                    
     37                 
     38        if (defined('BB_IS_ADMIN')) {echo '<div style="margin-top:-0.9em;text-align:center;">'.$bbdb->num_queries." queries </div>";} 
    3639                 
    3740        echo " <!-- \n === benchmark & query results === \n\n";  
  • bb-benchmark/trunk/readme.txt

    r885 r986  
    6363* 0.18  : added hook to admin panel for plugin admin testing 
    6464* 0.19  : important bug fix to hide output again in certain situations 
     65 
     66= Version 0.2.0 (2008-04-16) = 
     67 
     68* 0.2.0 : bug fix when checking BB_IS_ADMIN