| |
---|
| | $num_rows = mysql_num_rows($result); |
---|
| | if ($num_rows > 0) { |
---|
| | $row = mysql_fetch_assoc($result); |
---|
| | $lastproc = $row["lastproc"]; |
---|
| | // NJS 2007-01-30 Refactored $databaseA to more meaningful $test_lastproc. |
---|
| | // NJS 2007-01-30 Refactored $datetestA to more meaningful $test_lastproc. |
---|
| | $test_lastproc = strtotime($lastproc); |
---|
| | } |
---|
| | else { |
---|
| | $test_lastproc = 0; |
---|
| |
---|
|