|
@@ -859,7 +859,7 @@ func (this *DataExport) GetPcEntAuth() {
|
|
|
if hideUsers[util.IntAll(val["id"])] {
|
|
|
entnicheMenu = false
|
|
|
} else {
|
|
|
- if util.IntAll(val["isNew"])==1{
|
|
|
+ if util.IntAll(val["isNew"]) == 1 {
|
|
|
isNew = true
|
|
|
}
|
|
|
entnicheMenu = true
|
|
@@ -883,7 +883,7 @@ func (this *DataExport) GetPcEntAuth() {
|
|
|
if hideUsers[util.IntAll(vv["id"])] {
|
|
|
entnicheMenu = false
|
|
|
} else {
|
|
|
- if util.IntAll(vv["isNew"])==1{
|
|
|
+ if util.IntAll(vv["isNew"]) == 1 {
|
|
|
isNew = true
|
|
|
}
|
|
|
entnicheMenu = true
|