mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-29 18:26:05 +00:00
Fix typo in last commit
This commit is contained in:
parent
6ee0df101e
commit
14c695c45a
@ -86,7 +86,7 @@ include("classBrowser.php");
|
||||
|
||||
function SRVOk ( $value, $name, $row ) {
|
||||
global $BrowserCurrentRow;
|
||||
if ( $BrowserCurrentRow->domain = '' )
|
||||
if ( $BrowserCurrentRow->domain == '' )
|
||||
return ''; // skip empty rows
|
||||
$s = new iSchedule();
|
||||
$s->domain = $BrowserCurrentRow->domain;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user