mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Added time of "Worked before" in Contest-Section
This commit is contained in:
@@ -189,7 +189,8 @@ class Contesting extends CI_Controller {
|
||||
|
||||
header('Content-Type: application/json');
|
||||
if ($result && $result->num_rows()) {
|
||||
echo json_encode(array('message' => 'Worked before'));
|
||||
$timeb4=$result->row()->b4;
|
||||
echo json_encode(array('message' => 'Worked '.$timeb4.' before'));
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user