Changeset 354

Show
Ignore:
Timestamp:
06/20/08 15:50:39 (2 months ago)
Author:
bart
Message:

Use string to lookup function

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/trunk/control.php

    r337 r354  
    277277    if yes, show 'User Cache' tab, else dont 
    278278*/ 
    279 if (function_exists(eaccelerator_list_keys)) { 
     279if (function_exists('eaccelerator_list_keys')) { 
    280280    $items = array(0 => 'Status', 1 => 'Script Cache', 2 => 'User Cache'); 
    281281} else {