Ignore:
Timestamp:
Apr 10, 2007 1:12:19 AM (17 years ago)
Author:
quinn
Message:

Added multibyte charset function to App. Minor fixes.

File:
1 edited

Legend:

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

    r172 r248  
    66class ScriptTimer {
    77
    8     var $time_format = '%.10s';
     8    var $time_format = '%.3f';
    99    var $_timing_start_times = array();
    1010    var $_timing_stop_times = array();
Note: See TracChangeset for help on using the changeset viewer.