Correct comments

This commit is contained in:
Perri 2014-02-27 00:59:43 +00:00
parent fafc0448bd
commit 9100ae2412
1 changed files with 2 additions and 1 deletions

View File

@ -172,7 +172,8 @@ function psm_add_log($server_id, $type, $message, $user_id = null) {
* This function adds the result of a check to the uptime table for logging purposes.
*
* @param int $server_id
* @param string $message
* @param int $status
* @param string $latency
*/
function psm_log_uptime($server_id, $status, $latency) {
global $db;