lost commit
jdarwood007

jdarwood007 commited on 2016-05-29 20:07:01
Showing 1 changed files, with 4 additions and 0 deletions.

... ...
@@ -22,6 +22,8 @@ ini_set('display_errors', 1);
22 22
 * @TODO The developers list of things todo.	
23 23
 * Add js to support ajax
24 24
 * Add ajax support
25
+* Add timeout checks
26
+* Provide a way to support percent complete checks (doStep#($check = false)?)
25 27
 * Test
26 28
 * The version needs split into major, minor and revision.. Fun.
27 29
 * Should move queries to be executed by a local method to handle errors.
... ...
@@ -1530,6 +1531,8 @@ class tbg_converter_wrapper
1530 1531
 
1531 1532
 			if ($id_step < $this->step)
1532 1533
 				echo 'completed';
1534
+			elseif ($id_step == $this->step)
1535
+				echo 'Last refresh:', $this->time;
1533 1536
 
1534 1537
 			echo '</span></li>';
1535 1538
 		}
1536 1539