Changeset 470

Show
Ignore:
Timestamp:
02/01/08 23:11:07 (11 months ago)
Author:
padams
Message:

adding lineformat to error logger file logger.

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/base/classes/error.php

    r443 r470  
    341341                if ($handle != false): 
    342342                        fclose($handle); 
    343                         $conf = array('mode' => 0600, 'timeFormat' => '%X %x'); 
     343                        $conf = array('mode' => 0600, 'timeFormat' => '%X %x', 'lineFormat' => '%1$s %2$s [%3$s] %4$s'); 
    344344                        $logger = &Log::singleton('file', $c->get('base', 'error_log_file'), getmypid(), $conf); 
    345345                        return $logger; 
  • trunk/wp_plugin.php

    r469 r470  
    131131        'user_email'    => $user_email, 
    132132        'user_identity' => $user_identity, 
    133         'user_password' => $user_pass_md5); 
     133        'user_password' => 'xxxxxxxxx'); 
    134134         
    135135        $owa_wp->params['u'] = $user_login; 
    136         $owa_wp->params['p'] = $user_pass_md5; 
     136        $owa_wp->params['p'] = 'xxxxxxxxx'; 
    137137         
    138138        return;