コード例 #1
0
ファイル: iSchedule.php プロジェクト: derekyu1437/davical
function SRVOk($value, $name, $row)
{
    global $BrowserCurrentRow;
    if (empty($BrowserCurrentRow->domain)) {
        return '';
    }
    // skip empty rows
    $s = new iSchedule();
    $s->domain = $BrowserCurrentRow->domain;
    return translate($s->getServer() ? 'OK' : SRVFormat($s->domain));
}