mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 01:29:05 +01:00
fixed assignment which should be a comparison, dont think it did any harm, but anyway it's wrong
This commit is contained in:
parent
14b93846c0
commit
f2d06cbe56
@ -175,7 +175,7 @@
|
|||||||
$data = array ('query_type' => VFS_SQL_SELECT);
|
$data = array ('query_type' => VFS_SQL_SELECT);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($data['query_type'] == VFS_SQL_SELECT || $data['query_type'] == VFS_SQL_DELETE || $data['query_type'] = VFS_SQL_UPDATE)
|
if ($data['query_type'] == VFS_SQL_SELECT || $data['query_type'] == VFS_SQL_DELETE || $data['query_type'] == VFS_SQL_UPDATE)
|
||||||
{
|
{
|
||||||
return "((vfs_mime_type != '".implode("' AND vfs_mime_type != '",$this->meta_types)."') OR vfs_mime_type IS NULL)";
|
return "((vfs_mime_type != '".implode("' AND vfs_mime_type != '",$this->meta_types)."') OR vfs_mime_type IS NULL)";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user