"fix for postgres problem reported by peter goerzen

"
This commit is contained in:
Ralf Becker 2008-10-15 06:00:38 +00:00
parent a05b0f0fa1
commit 303699d341

View File

@ -202,6 +202,7 @@ class sqlfs_stream_wrapper implements iface_stream_wrapper
'fs_modified' => self::_pdo_timestamp(time()),
'fs_creator' => egw_vfs::$user,
'fs_mime' => 'application/octet-stream', // required NOT NULL!
'fs_size' => 0,
);
foreach($values as $name => &$val)
{