diff --git a/api/src/Vfs/Sqlfs/Utils.php b/api/src/Vfs/Sqlfs/Utils.php index 63c9315caa..b67bc53637 100644 --- a/api/src/Vfs/Sqlfs/Utils.php +++ b/api/src/Vfs/Sqlfs/Utils.php @@ -7,8 +7,7 @@ * @package api * @subpackage vfs * @author Ralf Becker - * @copyright (c) 2008-16 by Ralf Becker - * @version $Id$ + * @copyright (c) 2008-17 by Ralf Becker */ namespace EGroupware\Api\Vfs\Sqlfs; @@ -32,7 +31,6 @@ class Utils extends StreamWrapper { self::_pdo(); } - $query = 'SELECT fs_id,fs_name,fs_size,fs_content'. $query = 'SELECT fs_id,fs_name,fs_size,fs_content'. ' FROM '.self::TABLE.' WHERE fs_content IS NOT NULL'. ' ORDER BY fs_id LIMIT 5 OFFSET :offset';