Changeset 86 for trunk/admin


Ignore:
Timestamp:
10/19/07 10:23:42 (16 years ago)
Author:
niltonneto
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/inc/class.uiasyncservice.inc.php

    r2 r86  
    194194                                foreach($jobs as $job) 
    195195                                { 
    196                                         echo "<tr>\n<td>$job[id]</td><td>".$GLOBALS['phpgw']->common->show_date($job['next'])."</td><td>"; 
    197                                         print_r($job['times']);  
     196                                        //echo "<tr>\n<td>$job[id]</td><td>".$GLOBALS['phpgw']->common->show_date($job['next'])."</td><td>"; 
     197                                        echo "<tr>\n<td>$job[id]</td><td>".date("d/m/Y H:i", $job['next'])."</td><td>"; 
     198                                        //print_r($GLOBALS['phpgw']->common->show_date($job['times'])); 
     199                                        print_r(date("d/m/Y H:i", $job['times'])); 
    198200                                        echo "</td><td>$job[method]</td><td>";  
    199201                                        print_r($job['data']);  
Note: See TracChangeset for help on using the changeset viewer.