mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 21:01:30 +02:00
replace from PostgreSQL not understood && with standard AND
This commit is contained in:
parent
4a13fb4c21
commit
2cec97a6c5
@ -1570,7 +1570,7 @@ class StreamWrapper extends Api\Db\Pdo implements Vfs\StreamWrapperIface
|
|||||||
$query = 'SELECT MIN(B.fs_id)
|
$query = 'SELECT MIN(B.fs_id)
|
||||||
FROM '.self::TABLE.' as A
|
FROM '.self::TABLE.' as A
|
||||||
JOIN '.self::TABLE.' AS B ON A.fs_name = B.fs_name AND A.fs_dir = B.fs_dir AND A.fs_active = '.
|
JOIN '.self::TABLE.' AS B ON A.fs_name = B.fs_name AND A.fs_dir = B.fs_dir AND A.fs_active = '.
|
||||||
self::_pdo_boolean(true).' && B.fs_active = '.self::_pdo_boolean(false).'
|
self::_pdo_boolean(true).' AND B.fs_active = '.self::_pdo_boolean(false).'
|
||||||
WHERE A.fs_id=?
|
WHERE A.fs_id=?
|
||||||
GROUP BY A.fs_id';
|
GROUP BY A.fs_id';
|
||||||
if (self::LOG_LEVEL > 2)
|
if (self::LOG_LEVEL > 2)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user