Skip to content

Commit 3574cb4

Browse files
committed
Apply 1 suggestion(s) to 1 file(s)
1 parent 632ee10 commit 3574cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/lib/classes/functions.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ public function func_client_cancel($client_id,$cancel) {
638638
$sql = "UPDATE sys_user SET active = '1' WHERE client_id = ?";
639639
$result = $app->db->query($sql, $client_id);
640640
} else {
641-
$result = FALSE;
641+
$result = false;
642642
}
643643
return $result;
644644
}

0 commit comments

Comments
 (0)