Changeset 189 for trunk/lib/App.inc.php


Ignore:
Timestamp:
Jul 1, 2006 12:25:24 AM (18 years ago)
Author:
scdev
Message:

Q - Added reset_password service. Fixed some bugs. Change the interface of humanTime() (it was called timeElapsed).

File:
1 edited

Legend:

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

    r180 r189  
    561561        // SCREEN ACTION
    562562        if ($this->getParam('log_screen_priority') && $priority <= $this->getParam('log_screen_priority')) {
    563             echo "[{$event['date']}] [{$event['type']}] [{$event['file:line']}] [{$event['message']}]\n";
     563            echo "[{$event['type']}] [{$event['message']}]\n";
    564564        }
    565565
Note: See TracChangeset for help on using the changeset viewer.