Ignore:
Timestamp:
Mar 12, 2008 1:47:19 AM (16 years ago)
Author:
quinn
Message:

Minor improvements to module maker scripts. Minor AuthorizeNet? change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Cache.inc.php

    r247 r316  
    133133
    134134        if (true !== $this->getParam('enabled')) {
    135             $app->logMsg(sprintf('Cache not enabled, not saving data.', null), LOG_DEBUG, __FILE__, __LINE__);
     135            $app->logMsg(sprintf('Cache disabled, not saving data.', null), LOG_DEBUG, __FILE__, __LINE__);
    136136            return false;
    137137        }
     
    182182
    183183        if (true !== $this->getParam('enabled')) {
    184             $app->logMsg(sprintf('Cache not enabled, not getting data.', null), LOG_DEBUG, __FILE__, __LINE__);
     184            $app->logMsg(sprintf('Cache disabled, not getting data.', null), LOG_DEBUG, __FILE__, __LINE__);
    185185            return false;
    186186        }
Note: See TracChangeset for help on using the changeset viewer.