Fixed parser errors (opps) + changed # -> // Please do so also as # for comments is deprecated.

Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
Roland Haeder 2016-12-23 20:09:10 +01:00
parent 3dbb92c0dc
commit b7c9d63b7a
No known key found for this signature in database
GPG key ID: B72F8185C6C7BD78
4 changed files with 32 additions and 35 deletions

View file

@ -478,7 +478,7 @@ function service_class_allows($uid,$property,$usage = false) {
}
}
if (! x($service_class)) [
if (! x($service_class)) {
// everything is allowed
return true;
}