mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 09:03:49 +00:00
Update database.php
This commit is contained in:
@@ -1968,7 +1968,12 @@ include "root.php";
|
||||
$sql .= "values ";
|
||||
$sql .= "(";
|
||||
$sql .= "'".uuid()."', ";
|
||||
$sql .= "'".$this->domain_uuid."', ";
|
||||
if (is_null($this->domain_uuid)) {
|
||||
$sql .= "null, ";
|
||||
}
|
||||
else {
|
||||
$sql .= "'".$this->domain_uuid."', ";
|
||||
}
|
||||
if (strlen($user_uuid) > 0) {
|
||||
$sql .= "'".$user_uuid."', ";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user