white space only
This commit is contained in:
16
chat.php
16
chat.php
@ -3268,14 +3268,14 @@ function add_system_message(string $mes, string $doer){
|
|||||||
];
|
];
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
$sysmessage=[
|
$sysmessage=[
|
||||||
'postdate' =>time(),
|
'postdate' =>time(),
|
||||||
'poststatus' =>4,
|
'poststatus' =>4,
|
||||||
'poster' =>'',
|
'poster' =>'',
|
||||||
'recipient' =>'',
|
'recipient' =>'',
|
||||||
'text' =>"$mes ($doer)",
|
'text' =>"$mes ($doer)",
|
||||||
'delstatus' =>4
|
'delstatus' =>4
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
write_message($sysmessage);
|
write_message($sysmessage);
|
||||||
}
|
}
|
||||||
@ -3403,10 +3403,10 @@ function print_messages(int $delstatus=0){
|
|||||||
if ($message['poststatus']==4) {
|
if ($message['poststatus']==4) {
|
||||||
echo "<span class=\"sysmsg\" title=\"$I[sysmessage]\">".get_setting('sysmessagetxt')."$message[text]</span></div>";
|
echo "<span class=\"sysmsg\" title=\"$I[sysmessage]\">".get_setting('sysmessagetxt')."$message[text]</span></div>";
|
||||||
} else {
|
} else {
|
||||||
echo "$message[text]</div>";
|
echo "$message[text]</div>";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user