![]() |
Sergey Kornilov admin 2/15/2007 |
The following piece of code in liast.asp is responsible for displaying message: if not CheckSecurity(SESSION("OwnerID"),"Search") and not CheckSecurity(SESSION("OwnerID"),"Add") then
|
G
|
grinningdog author 2/15/2007 |
Hmmm... well I haven't got a file called that and several searches for text, like "CheckSecurity" for example, show no results. Am I looking in the right place? |
G
|
grinningdog author 2/16/2007 |
OK, looks like I've got it. It's in each TableName_list.asp file so I need to edit every one. No problem but presumably I'll need to do that near the end of my project because it'll change back whenever I rebuild won't it? |