Plugin Directory

Changeset 191988


Ignore:
Timestamp:
01/09/2010 08:22:15 PM (16 years ago)
Author:
silasco
Message:

fixed issue with constat declaration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-pear-debug/trunk/wp-pear-debug.php

    r188350 r191988  
    136136            //Instruct wordpress to save queries
    137137            //If not set in wp-config.php then set. Keep in mind we may miss some queries as a result
    138             if(!defined('SAVEQUERIES') || !SAVEQUERIES)
     138            if(!defined('SAVEQUERIES'))
    139139            {
    140140                define('SAVEQUERIES',true);
Note: See TracChangeset for help on using the changeset viewer.