added edit statistics
This commit is contained in:
@@ -149,4 +149,13 @@ function load_users($con) {
|
||||
echo "<td>" . $row['s_id'] . "</td>\n";
|
||||
echo "</tr>\n";
|
||||
}
|
||||
}
|
||||
|
||||
function check_time($con, $m_id, $s_id) {
|
||||
$stmt = get_time($con, $m_id, $s_id);
|
||||
if (($stmt->fetch()) == NULL) {
|
||||
return false;
|
||||
} else {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user