Changeset 70


Ignore:
Timestamp:
Mar 8, 2006 8:49:27 PM (18 years ago)
Author:
scdev
Message:

using priorityToString with old codebase!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/1.0.0/lib/App.inc.php

    r69 r70  
    112112        'remote ip' => getRemoteAddr(),
    113113        'pid'       => (substr(PHP_OS, 0, 3) != 'WIN' ? posix_getpid() : ''),
    114         'type'      => logPriorityToString($priority),
     114        'type'      => priorityToString($priority),
    115115        'file:line' => "$file : $line",
    116116        'url'       => (isset($_SERVER['REQUEST_URI']) ? $_SERVER['REQUEST_URI'] : ''),
Note: See TracChangeset for help on using the changeset viewer.