예제 #1
0
파일: bc.php 프로젝트: noikiy/roundcubemail
function rcube_print_time($timer, $label = 'Timer', $dest = 'console')
{
    rcmail::print_timer($timer, $label, $dest);
}
예제 #2
0
function rcube_print_time($timer, $label = 'Timer', $dest = 'console')
{
    _deprecation_warning(__FUNCTION__);
    rcmail::print_timer($timer, $label, $dest);
}