Skip to content

Commit 61a59b9

Browse files
committed
add comments
1 parent c676140 commit 61a59b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: resources/lib/UnitySQL.php

+2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ public function getConn()
4040
//
4141
public function addRequest($requestor, $dest = self::REQUEST_ADMIN)
4242
{
43+
// FIXME this should be an error
4344
if ($this->requestExists($requestor, $dest)) {
4445
return;
4546
}
@@ -55,6 +56,7 @@ public function addRequest($requestor, $dest = self::REQUEST_ADMIN)
5556

5657
public function removeRequest($requestor, $dest = self::REQUEST_ADMIN)
5758
{
59+
// FIXME this should be an error
5860
if (!$this->requestExists($requestor, $dest)) {
5961
return;
6062
}

0 commit comments

Comments
 (0)