mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Change all "AND" / "OR" to && / ||
This commit is contained in:
@@ -323,7 +323,7 @@ if(isset($_GET['ticket_id'])){
|
||||
</div>
|
||||
</h3>
|
||||
|
||||
<?php if($ticket_reply_type !== "Client" AND $ticket_status !== "Closed") { ?>
|
||||
<?php if($ticket_reply_type !== "Client" && $ticket_status !== "Closed") { ?>
|
||||
<div class="card-tools">
|
||||
<div class="dropdown dropleft">
|
||||
<button class="btn btn-tool" type="button" id="dropdownMenuButton" data-toggle="dropdown">
|
||||
|
||||
Reference in New Issue
Block a user