Changeset 162


Ignore:
Timestamp:
Jun 11, 2006 10:24:10 PM (18 years ago)
Author:
scdev
Message:

${1}

Location:
trunk/lib
Files:
2 edited

Legend:

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

    r154 r162  
    175175    {
    176176        $app =& App::getInstance();
    177        
     177
    178178        if (true !== $this->getParam('enabled')) {
    179179            $app->logMsg(sprintf('Cache not enabled, not getting data.', null), LOG_DEBUG, __FILE__, __LINE__);
  • trunk/lib/FormValidator.inc.php

    r151 r162  
    4444   
    4545    // Default error marker.
    46     var $marker = 'sc-msg-error';
     46    var $marker = ' sc-msg-error ';
    4747
    4848    /**
Note: See TracChangeset for help on using the changeset viewer.