|
@@ -149,7 +149,8 @@ class Schema_FileStorageAcl extends Core_AclBase {
|
|
|
, t.A_CLASSIFIED
|
|
, t.A_CLASSIFIED
|
|
|
, INET_NTOA(t.A_USER_IP) as IP
|
|
, INET_NTOA(t.A_USER_IP) as IP
|
|
|
from `{$sqlTblName}` t
|
|
from `{$sqlTblName}` t
|
|
|
- where t.`A_RECORD_CREATE_AUTHOR` = '{$sqlUserLogin}'
|
|
|
|
|
|
|
+ where 1=1
|
|
|
|
|
+ -- and t.`A_RECORD_CREATE_AUTHOR` = '{$sqlUserLogin}'
|
|
|
{$sqlWhereAddOgcFilter}
|
|
{$sqlWhereAddOgcFilter}
|
|
|
order by ID DESC
|
|
order by ID DESC
|
|
|
limit {$sqlLimit} offset {$sqlOffset}
|
|
limit {$sqlLimit} offset {$sqlOffset}
|