|
C
|
Chris Patterson author 10/28/2006 |
|
I have been experimenting with the admin side and it all works unless I enable someone to have the ability to view and edit all users data, is this a limitation in the trial version or is there something wrong ?? |
|
|
J
|
Jane 10/30/2006 |
|
answered in your personal email. |
|
|
H
|
hippobill 10/30/2006 |
answered in your personal email.
|
|
|
C
|
Chris Patterson author 10/30/2006 |
answered in your personal email.
|
|
|
|
Alexey admin 10/30/2006 |
|
Hi, $strSQL .= " and (".SecuritySQL("Edit").")"; and replace it with: if(SecuritySQL("Edit")) $strSQL .= " and (".SecuritySQL("Edit").")";
|
|